summarylogtreecommitdiffstats
path: root/wrapper-remove-update-support.patch
diff options
context:
space:
mode:
authorJohn-Gee2023-02-10 00:24:09 -0800
committerJohn-Gee2023-02-10 00:24:09 -0800
commitc77ff436ee9251964083b7a28558efd3eea80a17 (patch)
tree339ce696adfa10ff7235f2327275290e8e52e97b /wrapper-remove-update-support.patch
parentb1df66658c7d9091714b760cdc962ef5fdda9915 (diff)
downloadaur-c77ff436ee9251964083b7a28558efd3eea80a17.tar.gz
5.1.5
Diffstat (limited to 'wrapper-remove-update-support.patch')
-rw-r--r--wrapper-remove-update-support.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/wrapper-remove-update-support.patch b/wrapper-remove-update-support.patch
deleted file mode 100644
index a4f655d4088a..000000000000
--- a/wrapper-remove-update-support.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/other/wrapper/nzbhydra2wrapperPy3.py b/other/wrapper/nzbhydra2wrapperPy3.py
-index e64c80d4..50678569 100644
---- a/other/wrapper/nzbhydra2wrapperPy3.py
-+++ b/other/wrapper/nzbhydra2wrapperPy3.py
-@@ -640,8 +640,7 @@ def main(arguments):
- global internalApiKey
- internalApiKey = args.internalApiKey
- if args.update:
-- logger.info("Executing update")
-- update()
-+ logger.error("Updating is not supported.")
- sys.exit(0)
- if "--version" in unknownArgs or "--help" in unknownArgs:
- # no fancy shit, just start the file
-@@ -693,7 +692,7 @@ def main(arguments):
-
- 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")