mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
Fix wrong table name, switch to non-threaded version of fixReleaseNames script for filenames and srr matching.
This commit is contained in:
@@ -232,7 +232,7 @@ def main(args):
|
||||
final = cur[0].fetchall()
|
||||
if len(datas) > 0:
|
||||
for item in final:
|
||||
run = "DELETE FROM release_nfos WHERE nfo IS NULL AND releaseid = %s"
|
||||
run = "DELETE FROM releasenfo WHERE nfo IS NULL AND releaseid = %s"
|
||||
cur[0].execute(run, (item[0]))
|
||||
final = cur[0].fetchall()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user