FIX: Fixed some typos as well as fixed up the update module

This commit is contained in:
Dan
2024-06-30 17:55:41 -04:00
parent 8e125c9758
commit 4f065d368b
3 changed files with 22 additions and 33 deletions

View File

@@ -23,6 +23,6 @@ config = {
'twitch': {'enabled': True},
'update': {'enabled': True},
'data_privacy': {'enabled': True},
'term_privacy': {'enabled': True}
'terms_privacy': {'enabled': True}
}
}