Aspik101 commited on
Commit
e0adcda
·
1 Parent(s): 86522f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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