mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
Fix wrong column name in settings table call
This commit is contained in:
@@ -18,7 +18,7 @@ conf = info.readConfig()
|
||||
cur = info.connect()
|
||||
start_time = time.time()
|
||||
pathname = os.path.abspath(os.path.dirname(sys.argv[0]))
|
||||
cur[0].execute("SELECT value FROM settings WHERE setting = 'releasesthreads'")
|
||||
cur[0].execute("SELECT value FROM settings WHERE setting = 'releasethreads'")
|
||||
threads = cur[0].fetchone()
|
||||
threads = int(threads[0])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user