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

disable 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: