mirror of
https://github.com/KevinMidboe/transatlanticTorrentExpress.git
synced 2025-10-29 18:00:19 +00:00
Fixed syntax error. Missing wrapping dict
This commit is contained in:
@@ -61,7 +61,7 @@ def removeFromDeluge(execScript, files):
|
||||
for file in files:
|
||||
file = file.split('/')[-1]
|
||||
|
||||
logger.info('Removing {} from deluge'.format(file), es="filename": file)
|
||||
logger.info('Removing {} from deluge'.format(file), es={"filename": file})
|
||||
cmd = "{} {} rm '{}'".format(execPython, execScript, file)
|
||||
|
||||
delugeProcess = Popen(cmd, stdout=PIPE, stderr=PIPE, shell=True)
|
||||
|
||||
Reference in New Issue
Block a user