From f7c1decbaf125a8a3ebc654829daec34c879bbe4 Mon Sep 17 00:00:00 2001 From: Zips-sipZ Date: Fri, 4 Oct 2024 20:23:01 +0200 Subject: [PATCH] Update example-config.py Setting defaults for API to False where they were true to prevent issues with API calls when not on those sites. Removed a line for ULCX of a function not in use that shouldn't be in the example-config --- data/example-config.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/example-config.py b/data/example-config.py index 2fdde409c..9cf6684a8 100644 --- a/data/example-config.py +++ b/data/example-config.py @@ -229,7 +229,7 @@ # "anon" : False }, "HDB": { - "useAPI": True, + "useAPI": False, "username": "HDB username", "passkey": "HDB passkey", "announce_url": "https://hdbits.org/announce/Custom_Announce_URL", @@ -241,7 +241,7 @@ # "anon" : "False" }, "TIK": { - "useAPI": True, # Set to True if using TIK + "useAPI": False, # Set to True if using TIK "api_key": "", "announce_url": "https://cinematik.net/announce/", "anon": False, @@ -256,7 +256,6 @@ "api_key": "ULCX api key", "announce_url": "https://upload.cx/announce/customannounceurl", # "anon" : False, - # "modq" : False ## Not working yet }, "MANUAL": { # Uncomment and replace link with filebrowser (https://github.com/filebrowser/filebrowser) link to the Upload-Assistant directory, this will link to your filebrowser instead of uploading to uguu.se