diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-05-09 22:46:47 +0200 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-05-09 22:46:47 +0200 |
commit | 1582e816a8cb9a67f420cc9bf69cf2bba6dfbd04 (patch) | |
tree | 011e0126e124277b4cd93502668d6668be04a8b1 | |
parent | Merge pull request #1407 from GammaC0de/GammaC0de-patch-1 (diff) | |
download | pyload-1582e816a8cb9a67f420cc9bf69cf2bba6dfbd04.tar.xz |
Update ClickAndLoad.py
-rw-r--r-- | module/plugins/hooks/ClickAndLoad.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/ClickAndLoad.py b/module/plugins/hooks/ClickAndLoad.py index 1fa89840b..eb242de1f 100644 --- a/module/plugins/hooks/ClickAndLoad.py +++ b/module/plugins/hooks/ClickAndLoad.py @@ -90,7 +90,7 @@ class ClickAndLoad(Hook): server_socket = ssl.wrap_socket(server_socket) except NameError: - self.logError(_("pyLoad's webinterface is configured to use HTTPS, Please install python's ssl lib or + self.logError(_("pyLoad's webinterface is configured to use HTTPS, Please install python's ssl lib or disable HTTPS")) client_socket.close() #: reset the connection. continue |