cspocketindia commited on
Commit
38d0036
1 Parent(s): 40d5f8d

enable monitoring

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -36,7 +36,7 @@ def log_record(vals):
36
  if is_new:
37
  writer.writerow(utils.sanitize_list_for_csv(headers))
38
  writer.writerow(utils.sanitize_list_for_csv(vals))
39
- # schedule.run_pending()
40
  print(f"Last Sync: {job.last_run}")
41
 
42
  # with open(log_file, "r", encoding="utf-8") as csvfile:
 
36
  if is_new:
37
  writer.writerow(utils.sanitize_list_for_csv(headers))
38
  writer.writerow(utils.sanitize_list_for_csv(vals))
39
+ schedule.run_pending()
40
  print(f"Last Sync: {job.last_run}")
41
 
42
  # with open(log_file, "r", encoding="utf-8") as csvfile: