blob: b6b2ad1c9e9f5ca1ce51ebe73219ccf0981b49e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/other/wrapper/nzbhydra2wrapperPy3.py b/other/wrapper/nzbhydra2wrapperPy3.py
index 1c691007..de862159 100644
--- a/other/wrapper/nzbhydra2wrapperPy3.py
+++ b/other/wrapper/nzbhydra2wrapperPy3.py
@@ -617,7 +617,7 @@ if __name__ == '__main__':
if controlCode == 11:
logger.info("NZBHydra main process has terminated for updating")
- update()
+ logger.warning("Updating is not supported. Restarting...")
doStart = True
elif controlCode == 22:
logger.info("NZBHydra main process has terminated for restart")
|