summaryrefslogtreecommitdiffstats
path: root/module/database/StorageDatabase.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-07-14 02:33:52 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-07-14 02:33:52 +0200
commit0aa95087ea8f8788499c0beaa12f39642fd204ab (patch)
tree32f51acc8a3eb447862b2bedd4a6f0d2cddb134d /module/database/StorageDatabase.py
parent[Locale] templates updated (diff)
downloadpyload-0aa95087ea8f8788499c0beaa12f39642fd204ab.tar.xz
Fix class definition
Diffstat (limited to 'module/database/StorageDatabase.py')
-rw-r--r--module/database/StorageDatabase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/database/StorageDatabase.py b/module/database/StorageDatabase.py
index 049f229f3..074d97d3e 100644
--- a/module/database/StorageDatabase.py
+++ b/module/database/StorageDatabase.py
@@ -19,7 +19,7 @@
from module.database import style
from module.database import DatabaseBackend
-class StorageMethods():
+class StorageMethods:
@style.queue
def setStorage(db, identifier, key, value):
db.c.execute("SELECT id FROM storage WHERE identifier=? AND key=?", (identifier, key))