diff options
author | 2014-12-10 18:24:25 +0100 | |
---|---|---|
committer | 2014-12-10 18:24:25 +0100 | |
commit | 10afb4ce9d155bdb05016b0661be3c4c3aa6b4f1 (patch) | |
tree | 1590669c02be79d11a0a3b68bdce3d2cb29fe992 /pyload/plugins/hook/ExpertDecoders.py | |
parent | Merge branch 'stable' into 0.4.10 (diff) | |
download | pyload-10afb4ce9d155bdb05016b0661be3c4c3aa6b4f1.tar.xz |
Fix previous merge
Diffstat (limited to 'pyload/plugins/hook/ExpertDecoders.py')
-rw-r--r-- | pyload/plugins/hook/ExpertDecoders.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pyload/plugins/hook/ExpertDecoders.py b/pyload/plugins/hook/ExpertDecoders.py index dbd03c30c..c9da38fe9 100644 --- a/pyload/plugins/hook/ExpertDecoders.py +++ b/pyload/plugins/hook/ExpertDecoders.py @@ -28,11 +28,6 @@ class ExpertDecoders(Hook): API_URL = "http://www.fasttypers.org/imagepost.ashx" - #@TODO: Remove in 0.4.10 - def initPeriodical(self): - pass - - def getCredits(self): res = getURL(self.API_URL, post={"key": self.getConfig("passkey"), "action": "balance"}) |