diff options
Diffstat (limited to 'pyload/manager/thread/Server.py')
-rw-r--r-- | pyload/manager/thread/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/manager/thread/Server.py b/pyload/manager/thread/Server.py index 48958f6fb..990325f5d 100644 --- a/pyload/manager/thread/Server.py +++ b/pyload/manager/thread/Server.py @@ -103,7 +103,7 @@ class WebServer(threading.Thread): try: webinterface.run_fcgi(host=self.host, port=self.port) - except ValueError: #@TODO: Fix https://github.com/pyload/pyload/issues/1145 + except ValueError: #@TODO: Fix https://github.com/pyload/pyload/issues/1145 pass |