This repository has been archived on 2024-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
db-manager/src/test.py

5 lines
67 B
Python
Raw Normal View History

2023-02-12 20:03:20 +00:00
import time
while True:
print("Running...")
time.sleep(10)