[rhythmbox] webremote: no need to call soup_server_run_async
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] webremote: no need to call soup_server_run_async
- Date: Sat, 30 Nov 2019 21:08:17 +0000 (UTC)
commit 35c7a4bd4b078b9bf8df803e0fe3bbe4b548c50d
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Dec 1 07:08:04 2019 +1000
webremote: no need to call soup_server_run_async
plugins/webremote/webremote.py | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/plugins/webremote/webremote.py b/plugins/webremote/webremote.py
index a081eadf8..561cccd06 100644
--- a/plugins/webremote/webremote.py
+++ b/plugins/webremote/webremote.py
@@ -557,7 +557,6 @@ class WebRemotePlugin(GObject.Object, Peas.Activatable):
self.http_server.add_handler(path="/", callback=self.http_root_cb)
self.http_listen()
- self.http_server.run_async()
def do_deactivate(self):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]