diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-07-06 20:39:10 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-07-06 20:39:10 +0200 |
commit | b0d0de463ef78bd0b69dc72cdd64d697b1681918 (patch) | |
tree | ba95400d311a482d8d368cd6607bc676ecdb85b7 | |
parent | Fix account checkLogin + related code cosmetics (diff) | |
download | pyload-b0d0de463ef78bd0b69dc72cdd64d697b1681918.tar.xz |
Revert Ftp.py and Http.py changes
-rw-r--r-- | module/plugins/accounts/Ftp.py | 2 | ||||
-rw-r--r-- | module/plugins/accounts/Http.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/Ftp.py b/module/plugins/accounts/Ftp.py index 18e25c716..b454cba7a 100644 --- a/module/plugins/accounts/Ftp.py +++ b/module/plugins/accounts/Ftp.py @@ -11,4 +11,4 @@ class Ftp(Account): __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" - login_timeout = info_threshold = -1 #: Unlimited + login_timeout = info_threshold = 1000000 diff --git a/module/plugins/accounts/Http.py b/module/plugins/accounts/Http.py index 932b0aa64..e2f236e41 100644 --- a/module/plugins/accounts/Http.py +++ b/module/plugins/accounts/Http.py @@ -11,4 +11,4 @@ class Http(Account): __author_name__ = "zoidberg" __author_mail__ = "zoidberg@mujmail.cz" - login_timeout = info_threshold = -1 #: Unlimited + login_timeout = info_threshold = 1000000 |