reformatted and fixed a bunch of small formatting related issues

This commit is contained in:
UpstreamData
2022-01-05 13:00:55 -07:00
parent c26a2cc99e
commit 8ef135dfd7
13 changed files with 360 additions and 343 deletions

View File

@@ -1,6 +1,7 @@
import toml
import os
# noinspection PyPep8
try:
with open(os.path.join(os.getcwd(), "settings.toml"), "r") as settings_file:
settings = toml.loads(settings_file.read())