Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,6 @@ def save_log(task, to_save):
|
|
19 |
with open("logs.txt", "a") as log_file:
|
20 |
current_time = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
21 |
log_file.write(f"[{current_time}] - {task}: {to_save}\n")
|
22 |
-
print(os.curdir)
|
23 |
print(to_save)
|
24 |
|
25 |
|
|
|
19 |
with open("logs.txt", "a") as log_file:
|
20 |
current_time = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
21 |
log_file.write(f"[{current_time}] - {task}: {to_save}\n")
|
|
|
22 |
print(to_save)
|
23 |
|
24 |
|