Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ logging.basicConfig(
|
|
| 21 |
logging.FileHandler(log_path),
|
| 22 |
logging.StreamHandler()
|
| 23 |
],
|
| 24 |
-
format=
|
| 25 |
)
|
| 26 |
analyzer = SentimentIntensityAnalyzer()
|
| 27 |
|
|
|
|
| 21 |
logging.FileHandler(log_path),
|
| 22 |
logging.StreamHandler()
|
| 23 |
],
|
| 24 |
+
format='%(asctime)s - %(levelname)s - %(message)s'
|
| 25 |
)
|
| 26 |
analyzer = SentimentIntensityAnalyzer()
|
| 27 |
|