summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts
diff options
context:
space:
mode:
authorGravatar kmarty <gkmarty@gmail.com> 2013-02-26 19:04:24 +0100
committerGravatar kmarty <gkmarty@gmail.com> 2013-02-26 19:04:24 +0100
commit9296f8ae7fead7621c162ca7b0dd5b8d6de8c515 (patch)
treeb761648a38ea246eb6c27aa58d24adf455d0bf10 /module/plugins/accounts
parentMerge remote-tracking branch 'upstream/stable' into stable (diff)
downloadpyload-9296f8ae7fead7621c162ca7b0dd5b8d6de8c515.tar.xz
Forgot to increase version
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r--module/plugins/accounts/UlozTo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/UlozTo.py b/module/plugins/accounts/UlozTo.py
index 232b6b64f..6652c8b7c 100644
--- a/module/plugins/accounts/UlozTo.py
+++ b/module/plugins/accounts/UlozTo.py
@@ -5,7 +5,7 @@ import re
class UlozTo(Account):
__name__ = "UlozTo"
- __version__ = "0.03"
+ __version__ = "0.04"
__type__ = "account"
__description__ = """uloz.to account plugin"""
__author_name__ = ("zoidberg")
@@ -33,4 +33,4 @@ class UlozTo(Account):
}, decode = True)
if '<ul class="error">' in html:
- self.wrongPassword() \ No newline at end of file
+ self.wrongPassword()