mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
More renaming of releasesid to releases_id
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 release_nfos WHERE nfo IS NULL AND releases_id = %s"
|
||||
cur[0].execute(run, (item[0]))
|
||||
final = cur[0].fetchall()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user