From 8f6bcdb6d0729bc310032251c261f6e6be1f38b7 Mon Sep 17 00:00:00 2001 From: L4GSP1KE Date: Thu, 7 Sep 2023 22:32:16 -0600 Subject: [PATCH] Example Config: Add otp_uri to MTV --- data/example-config.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/data/example-config.py b/data/example-config.py index 6787d3291..e9554c156 100644 --- a/data/example-config.py +++ b/data/example-config.py @@ -79,12 +79,13 @@ "announce_url" : "https://hawke.uno/announce/customannounceurl", # "anon" : False }, - "MTV": { + "MTV": { 'api_key' : 'get from security page', 'username' : '', 'password' : '', - "announce_url": "get from https://www.morethantv.me/upload.php", - "anon" : False + 'announce_url' : "get from https://www.morethantv.me/upload.php", + 'anon' : False, + # 'otp_uri' : 'OTP URI, read the following for more information https://github.com/google/google-authenticator/wiki/Key-Uri-Format' }, "STC" :{ "api_key" : "STC", @@ -143,7 +144,7 @@ "announce_url" : "https://lst.gg/announce/customannounceurl", # "anon" : False }, - "LT" : { + "LT" : { "api_key" : "LT api key", "announce_url" : "https://lat-team.com/announce/customannounceurl", # "anon" : False