izuemon commited on
Commit
1e95b68
·
verified ·
1 Parent(s): 259fab3

Update watch.py

Browse files
Files changed (1) hide show
  1. watch.py +1 -1
watch.py CHANGED
@@ -67,7 +67,7 @@ def main():
67
  except Exception as e:
68
  print("エラー:", e)
69
 
70
- time.sleep(60)
71
 
72
  if __name__ == "__main__":
73
  main()
 
67
  except Exception as e:
68
  print("エラー:", e)
69
 
70
+ time.sleep(10)
71
 
72
  if __name__ == "__main__":
73
  main()