diff options
Diffstat (limited to 'app.py')
| -rw-r--r-- | app.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -44,7 +44,6 @@ def background_thread(): time.sleep(0.1) def create_app() -> Flask: - print("Running create app!") threading.Thread(target=background_thread, daemon=True).start() app = Flask(__name__) Compress(app) |
