File size: 110 Bytes
0da41af
79af30a
 
 
1
2
3
4
import time
print('hello world')# Make the app stop and avoid the port conflict
while True:
    time.sleep(10)