diff options
author | Nils Hesse <nphesse@gmail.com> | 2012-11-08 13:17:51 +0100 |
---|---|---|
committer | Nils Hesse <nphesse@gmail.com> | 2012-11-08 13:17:51 +0100 |
commit | f9be782bb266b783a00a5bec3ea3d7c7028fc459 (patch) | |
tree | 67822287a9b5c170f2e51f641f4c99f5785f8de3 /module/plugins | |
parent | Added some error codes to the reload.cc hoster plugin (diff) | |
download | pyload-f9be782bb266b783a00a5bec3ea3d7c7028fc459.tar.xz |
Removed leftover comment from reload.cc hoster account
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/hoster/ReloadCc.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/hoster/ReloadCc.py b/module/plugins/hoster/ReloadCc.py index bec7d2222..36e76226c 100644 --- a/module/plugins/hoster/ReloadCc.py +++ b/module/plugins/hoster/ReloadCc.py @@ -47,7 +47,6 @@ class ReloadCc(Hoster): status = data['status'] if status == "ok": self.download(data['link'], disposition=True) - # TODO: real error codes/messages elif status == 400: self.fail("Unsupported URI") elif status == 401: |