mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-01-23 02:24:03 +00:00
Remove extra global ref
This commit is contained in:
parent
70b9929f4a
commit
d3a2a4df41
1 changed files with 1 additions and 1 deletions
2
rffmpeg
2
rffmpeg
|
|
@ -166,7 +166,7 @@ def cleanup(signum="", frame=""):
|
|||
"""
|
||||
Clean up this processes stored transient data.
|
||||
"""
|
||||
global config, p
|
||||
global config
|
||||
|
||||
with dbconn(config) as cur:
|
||||
cur.execute("DELETE FROM states WHERE process_id = ?", (config["current_pid"],))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue