From f9be782bb266b783a00a5bec3ea3d7c7028fc459 Mon Sep 17 00:00:00 2001 From: Nils Hesse Date: Thu, 8 Nov 2012 13:17:51 +0100 Subject: Removed leftover comment from reload.cc hoster account --- module/plugins/hoster/ReloadCc.py | 1 - 1 file changed, 1 deletion(-) (limited to 'module/plugins/hoster/ReloadCc.py') 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: -- cgit v1.2.3