flask-feedback icon indicating copy to clipboard operation
flask-feedback copied to clipboard

no setting.cfg file found. Looks uncomplete

Open aze2201 opened this issue 2 years ago • 0 comments

xxx@xxxx-x230:~/telegram/feedback/flask-feedback$ python feedback.py 
Traceback (most recent call last):
  File "/home/xxx/telegram/feedback/flask-feedback/feedback.py", line 24, in <module>
    app.config.from_pyfile('settings.cfg')
  File "/home/xxx/.local/lib/python3.10/site-packages/flask/config.py", line 184, in from_pyfile
    with open(filename, mode="rb") as config_file:
FileNotFoundError: [Errno 2] Unable to load configuration file (No such file or directory): '/home/xxxx/telegram/feedback/flask-feedback/settings.cfg'

aze2201 avatar Oct 08 '22 22:10 aze2201