From 8a67c498e6db5a8132fb03649106e267cda37c4e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 27 Oct 2021 01:01:44 +0200 Subject: [PATCH] fdsd --- files/__main__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/__main__.py b/files/__main__.py index adb1ce326..70c5f34f9 100755 --- a/files/__main__.py +++ b/files/__main__.py @@ -129,6 +129,4 @@ def after_request(response): return response -from files.routes import * - -print(app.jinja_env.auto_reload) \ No newline at end of file +from files.routes import * \ No newline at end of file