Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from flask import Flask, render_template, request
|
|
8 |
import logging
|
9 |
|
10 |
logging.basicConfig(
|
11 |
-
level=logging.
|
12 |
format='%(asctime)s - %(levelname)s - %(message)s',
|
13 |
datefmt='%Y-%m-%d %H:%M:%S'
|
14 |
)
|
|
|
8 |
import logging
|
9 |
|
10 |
logging.basicConfig(
|
11 |
+
level=logging.INFO,
|
12 |
format='%(asctime)s - %(levelname)s - %(message)s',
|
13 |
datefmt='%Y-%m-%d %H:%M:%S'
|
14 |
)
|