diff options
author | 2014-07-14 02:33:52 +0200 | |
---|---|---|
committer | 2014-07-14 02:33:52 +0200 | |
commit | 0aa95087ea8f8788499c0beaa12f39642fd204ab (patch) | |
tree | 32f51acc8a3eb447862b2bedd4a6f0d2cddb134d /module/database/UserDatabase.py | |
parent | [Locale] templates updated (diff) | |
download | pyload-0aa95087ea8f8788499c0beaa12f39642fd204ab.tar.xz |
Fix class definition
Diffstat (limited to 'module/database/UserDatabase.py')
-rw-r--r-- | module/database/UserDatabase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/database/UserDatabase.py b/module/database/UserDatabase.py index c33dee2e8..59b0f6dbf 100644 --- a/module/database/UserDatabase.py +++ b/module/database/UserDatabase.py @@ -22,7 +22,7 @@ import random from DatabaseBackend import DatabaseBackend from DatabaseBackend import style -class UserMethods(): +class UserMethods: @style.queue def checkAuth(db, user, password): c = db.c |