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
2023-02-12 20:03:20 +00:00

5 lines
67 B
Python

import time
while True:
print("Running...")
time.sleep(10)