Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set default API to False and remove ULCX modq option from example-config #73

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading