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()