updated
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import time
|
||||
|
||||
print("App Started. Ctrl C to stop")
|
||||
|
||||
while True:
|
||||
time.sleep(5)
|
||||
print("app still here")
|
||||
@@ -0,0 +1,2 @@
|
||||
flask
|
||||
requests
|
||||
Reference in New Issue
Block a user