Fix wrong table name, switch to non-threaded version of fixReleaseNames script for filenames and srr matching.

This commit is contained in:
DariusIII
2015-12-31 12:31:38 +01:00
parent 14087daf74
commit 5c411a00da
14 changed files with 30 additions and 30 deletions
@@ -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()