Skip to content

Commit

Permalink
Update example-config.py
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Zips-sipZ authored Oct 4, 2024
1 parent 6e6fb05 commit f7c1dec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/example-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit f7c1dec

Please sign in to comment.