Mine / app.py
pabla1322's picture
Create app.py
a4352c7 verified
Raw
History Blame Contribute Delete
153 Bytes
import time
import sys
print("Starting GridKart MC Server...")
sys.stdout.flush()
# Keep container alive for HF Spaces
while True:
time.sleep(3600)