From 10afb4ce9d155bdb05016b0661be3c4c3aa6b4f1 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 10 Dec 2014 18:24:25 +0100 Subject: Fix previous merge --- pyload/plugins/hook/ExpertDecoders.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pyload/plugins/hook/ExpertDecoders.py') 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"}) -- cgit v1.2.3