mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-21 04:42:46 +00:00
bug fix
This commit is contained in:
parent
0468b0614d
commit
162ffd130c
@ -201,7 +201,7 @@ class TUNASync(object):
|
||||
if cmd == "restart":
|
||||
_, p = self.processes[name]
|
||||
p.terminate()
|
||||
self.provides[name].set_delay(0)
|
||||
self.providers[name].set_delay(0)
|
||||
self.run_provider(name)
|
||||
res = "Restarted Job: {}".format(name)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user