feat: Remove run() options

This commit is contained in:
gd 2022-01-05 07:52:05 +03:00
parent 8e4ab793f9
commit 4ff6362c64
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
[imgs]
debug = False
base_url = http://localhost:5000/
image_name_lenght = 3
uploads_dir = uploads

View File

@ -90,4 +90,4 @@ def send_style():
return static_file('style.css', root = './')
if __name__ == '__main__':
run(debug = config['imgs.debug'])
run()