summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Paul King <devnull@localhost> 2011-06-02 22:31:26 +0200
committerGravatar Paul King <devnull@localhost> 2011-06-02 22:31:26 +0200
commitc748d7656c8adaf7ffcc30905069a657aa1964fb (patch)
tree4e586faf16c4f2da1cd4504aaa7fe96d8649769f
parentcheck free space (diff)
downloadpyload-c748d7656c8adaf7ffcc30905069a657aa1964fb.tar.xz
fix
-rw-r--r--module/plugins/accounts/WuploadCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/WuploadCom.py b/module/plugins/accounts/WuploadCom.py
index 884a4768e..c6710a657 100644
--- a/module/plugins/accounts/WuploadCom.py
+++ b/module/plugins/accounts/WuploadCom.py
@@ -30,11 +30,11 @@ class WuploadCom(Account):
__name__ = "WuploadCom"
__version__ = "0.1"
__type__ = "account"
- __description__ = """filesonic.com account plugin"""
+ __description__ = """wupload.com account plugin"""
__author_name__ = ("RaNaN", "Paul King")
__author_mail__ = ("RaNaN@pyload.org", "")
- API_URL = "http://api.filesonic.com"
+ API_URL = "http://api.wupload.com"
def init(self):
fs = self.core.pluginManager.getAccountPlugin("FilesonicCom")