diff options
author | synweap15 <shamdog+github@gmail.com> | 2014-07-08 20:12:15 +0200 |
---|---|---|
committer | synweap15 <shamdog+github@gmail.com> | 2014-07-08 20:12:15 +0200 |
commit | 4a33d2e93055299e0108a23e0f2615e5cfd422f2 (patch) | |
tree | 14cd739637bb506427d969f6fedebd1c594c7a13 /module/plugins | |
parent | nopremium.pl files added (diff) | |
download | pyload-4a33d2e93055299e0108a23e0f2615e5cfd422f2.tar.xz |
to-do elaborate
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/accounts/NoPremiumPl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/NoPremiumPl.py b/module/plugins/accounts/NoPremiumPl.py index e44a6acff..7ba89b881 100644 --- a/module/plugins/accounts/NoPremiumPl.py +++ b/module/plugins/accounts/NoPremiumPl.py @@ -48,7 +48,7 @@ class NoPremiumPl(Account): try: result = loads(self.runAuthQuery()) except: - #todo: ret? + #todo: return or let it be thrown? return premium = False |