Skip to content

Commit 8f6bcdb

Browse files
author
L4GSP1KE
committed
Example Config: Add otp_uri to MTV
1 parent 602cf43 commit 8f6bcdb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

data/example-config.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,13 @@
7979
"announce_url" : "https://hawke.uno/announce/customannounceurl",
8080
# "anon" : False
8181
},
82-
"MTV": {
82+
"MTV": {
8383
'api_key' : 'get from security page',
8484
'username' : '<USERNAME>',
8585
'password' : '<PASSWORD>',
86-
"announce_url": "get from https://www.morethantv.me/upload.php",
87-
"anon" : False
86+
'announce_url' : "get from https://www.morethantv.me/upload.php",
87+
'anon' : False,
88+
# 'otp_uri' : 'OTP URI, read the following for more information https://github.com/google/google-authenticator/wiki/Key-Uri-Format'
8889
},
8990
"STC" :{
9091
"api_key" : "STC",
@@ -143,7 +144,7 @@
143144
"announce_url" : "https://lst.gg/announce/customannounceurl",
144145
# "anon" : False
145146
},
146-
"LT" : {
147+
"LT" : {
147148
"api_key" : "LT api key",
148149
"announce_url" : "https://lat-team.com/announce/customannounceurl",
149150
# "anon" : False

0 commit comments

Comments
 (0)