mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
Refactor restart to utils.processes.restart
This commit is contained in:
parent
d960c432eb
commit
b6672ccf09
3 changed files with 25 additions and 21 deletions
|
@ -43,7 +43,7 @@ from core.utils.paths import (
|
|||
remove_empty_folders,
|
||||
remove_read_only,
|
||||
)
|
||||
from core.utils.processes import RunningProcess
|
||||
from core.utils.processes import RunningProcess, restart
|
||||
from core.utils.subtitles import import_subs
|
||||
from core.utils.torrents import create_torrent_class, pause_torrent, remove_torrent, resume_torrent
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue