Private GIT

Skip to content
Snippets Groups Projects
Commit 13a44d98 authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Don't use a template for the update restart in case the update breaks templates before a restart

parent ebc353cc
Branches
Tags
No related merge requests found
......@@ -1383,7 +1383,7 @@ class Home:
if updated:
# do a hard restart
threading.Timer(2, sickbeard.restart, [False]).start()
return _genericMessage("Restarting","Sick Beard is restarting, refresh in 30 seconds.")
return "Sick Beard is restarting, refresh in 30 seconds."
else:
return _genericMessage("Update Failed","Update wasn't successful, not restarting. Check your log for more information.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment