You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fresh install crashes when you try to run it because the config file (and required keys) are missing.
Either make it clear in the README.md that you need to create one yourself with all the keys or provide a file with default values
File "/haldis_prijsje/config.py", line 4, in <module>
with open("config.toml", mode="rb") as config_toml:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'config.toml'
The text was updated successfully, but these errors were encountered:
A fresh install crashes when you try to run it because the config file (and required keys) are missing.
Either make it clear in the README.md that you need to create one yourself with all the keys or provide a file with default values
The text was updated successfully, but these errors were encountered: