diff options
Diffstat (limited to 'shared')
| -rw-r--r-- | shared/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/config.py b/shared/config.py index d04a510..4c64220 100644 --- a/shared/config.py +++ b/shared/config.py | |||
| @@ -4,7 +4,7 @@ from os import environ as env | |||
| 4 | from os import path | 4 | from os import path |
| 5 | from typing import Any | 5 | from typing import Any |
| 6 | 6 | ||
| 7 | if path.exists("data/settings.json"): | 7 | if not path.exists("data/settings.json"): |
| 8 | open("data/settings.json", "w").close() | 8 | open("data/settings.json", "w").close() |
| 9 | fields: dict[str, Any] = { | 9 | fields: dict[str, Any] = { |
| 10 | "chances": {}, | 10 | "chances": {}, |
