Spaces:
Running
Running
Update watch.py
Browse files
watch.py
CHANGED
|
@@ -67,7 +67,7 @@ def main():
|
|
| 67 |
except Exception as e:
|
| 68 |
print("エラー:", e)
|
| 69 |
|
| 70 |
-
time.sleep(
|
| 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()
|