From 030463b12c42165e27bbab2f2fcde66b18c2c387 Mon Sep 17 00:00:00 2001 From: DevilXD Date: Fri, 3 Dec 2021 18:15:51 +0100 Subject: [PATCH] Add password to the defaults --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 6415c81..b79a4d1 100644 --- a/main.py +++ b/main.py @@ -59,6 +59,7 @@ logger.setLevel(logging_level) if not os.path.isfile(SETTINGS_PATH): default = { "username": "YourTwitchUsername", + "password": None, "channels": ["Channel1", "Channel2", "Channel3"], } with open(SETTINGS_PATH, 'w', encoding="utf8") as file: