Spaces:
Running
Running
Update watcher.py
Browse files- watcher.py +1 -1
watcher.py
CHANGED
|
@@ -162,7 +162,7 @@ def main():
|
|
| 162 |
except Exception as e:
|
| 163 |
print("エラー:", e)
|
| 164 |
|
| 165 |
-
time.sleep(
|
| 166 |
|
| 167 |
if __name__ == "__main__":
|
| 168 |
main()
|
|
|
|
| 162 |
except Exception as e:
|
| 163 |
print("エラー:", e)
|
| 164 |
|
| 165 |
+
time.sleep(15)
|
| 166 |
|
| 167 |
if __name__ == "__main__":
|
| 168 |
main()
|