VisionZip / app.py
Senqiao's picture
update the debug code
79af30a
raw
history blame
110 Bytes
import time
print('hello world')# Make the app stop and avoid the port conflict
while True:
time.sleep(10)