Add password to the defaults

This commit is contained in:
DevilXD
2021-12-03 18:15:51 +01:00
parent 071b0f4cd6
commit 030463b12c

View File

@@ -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: