diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index bb1bd28f3..b95d6f072 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -66,6 +66,8 @@ else: sys.stdout = getwriter(enc)(sys.stdout, errors="replace") # TODO List +# - configurable auth system ldap/mysql +# - cron job like sheduler class Core(object): """pyLoad Core, one tool to rule them all... (the filehosters) :D""" |