diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-17 11:23:08 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-24 22:42:18 +0200 |
commit | d99d6eddb6af637580bb6fc72013f913077525d6 (patch) | |
tree | 3a2be1b471d34ae293ec96f2110e9fc452a6e638 /module/plugins/hoster/HighWayMe.py | |
parent | [Hoster] Import fixup (diff) | |
download | pyload-d99d6eddb6af637580bb6fc72013f913077525d6.tar.xz |
Spare fixes
Diffstat (limited to 'module/plugins/hoster/HighWayMe.py')
-rw-r--r-- | module/plugins/hoster/HighWayMe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/HighWayMe.py b/module/plugins/hoster/HighWayMe.py index 9f39c21e8..dc7a9fc12 100644 --- a/module/plugins/hoster/HighWayMe.py +++ b/module/plugins/hoster/HighWayMe.py @@ -24,7 +24,7 @@ class HighWayMe(MultiHoster): def checkErrors(self): - if self.html.get('code') == 302: #@NOTE: This is not working. It should by if 302 Moved Temporarily then ... But I don't now how to implement it. + if self.html.get('code') == 302: #@NOTE: This is not working. It should by if 302 Moved Temporarily then... But I don't now how to implement it. self.account.relogin(self.user) self.retry() |