diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-26 15:33:16 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-26 15:33:16 +0100 |
commit | 937a6d18f1573fa773f247e65c1625309a5b442e (patch) | |
tree | a9732910422fc64997b7335f26ab2399a693dd79 /module | |
parent | [Account] fix copy.deepcopy usage (diff) | |
download | pyload-937a6d18f1573fa773f247e65c1625309a5b442e.tar.xz |
typo
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/internal/Account.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/Account.py b/module/plugins/internal/Account.py index a27e892cf..e875ecaeb 100644 --- a/module/plugins/internal/Account.py +++ b/module/plugins/internal/Account.py @@ -8,12 +8,12 @@ import time from module.plugins.internal.Plugin import Plugin, Skip from module.plugins.internal.utils import compare_time, isiterable, lock, parse_size -d + class Account(Plugin): __name__ = "Account" __type__ = "account" - __version__ = "0.67" + __version__ = "0.68" __status__ = "stable" __description__ = """Base account plugin""" |