Skip to content

Commit

Permalink
Merge branch 'pr/73'
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Oct 4, 2024
2 parents 1488201 + f7c1dec commit 3654f1d
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 3654f1d

Please sign in to comment.