Merge branch 'develop'

pull/54/head
l3uddz 7 years ago
commit 6f748b9566

5
.gitignore vendored

@ -28,3 +28,8 @@ __pycache__/
# Pyenv
**/.python-version
# PyInstaller
build/
*.manifest
*.spec

@ -96,6 +96,6 @@ def load_config():
# dump/load config
if build_config():
print("Please edit the default configuration before running again!")
exit(0)
sys.exit(0)
else:
cfg = load_config()

Loading…
Cancel
Save