We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01edbb commit 345a172Copy full SHA for 345a172
app.py
@@ -15,7 +15,7 @@
15
initialise_database(app)
16
initialise_scheduled_jobs(app)
17
18
-logging.basicConfig(level=logging.INFO)
+logging.basicConfig(level=logging.INFO) # QQ
19
20
21
@app.route("/")
0 commit comments