From 4ff6362c64053edcb4d11eb3b91398125bbfbbc7 Mon Sep 17 00:00:00 2001 From: gd Date: Wed, 5 Jan 2022 07:52:05 +0300 Subject: [PATCH] feat: Remove run() options --- imgs.ini | 1 - imgs.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/imgs.ini b/imgs.ini index 42d70d9..661d89b 100644 --- a/imgs.ini +++ b/imgs.ini @@ -1,5 +1,4 @@ [imgs] -debug = False base_url = http://localhost:5000/ image_name_lenght = 3 uploads_dir = uploads diff --git a/imgs.py b/imgs.py index 1b1b9ef..e2f2969 100644 --- a/imgs.py +++ b/imgs.py @@ -90,4 +90,4 @@ def send_style(): return static_file('style.css', root = './') if __name__ == '__main__': - run(debug = config['imgs.debug']) + run()