We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the instructions in readme.md I get the following errors:
$ ./bin/run.py INFO:coffeebuddy:Using config file "config" Traceback (most recent call last): File "./bin/run.py", line 20, in <module> app = coffeebuddy.create_app() File "/mnt/c/Users/ABC/Desktop/coffeebuddy/coffeebuddy/__init__.py", line 48, in create_app if app.config["ENV"] in ("development", "prefilled") or app.testing: KeyError: 'ENV'
The text was updated successfully, but these errors were encountered:
493021a
Fix #57 and fix linting errors
5fd4025
48f301b
360017a
No branches or pull requests
Following the instructions in readme.md I get the following errors:
The text was updated successfully, but these errors were encountered: