This commit is contained in:
root
2026-01-14 23:46:24 +00:00
parent 8b6683006a
commit 45f1eb404d
3 changed files with 9 additions and 0 deletions
View File
+7
View File
@@ -0,0 +1,7 @@
import time
print("App Started. Ctrl C to stop")
while True:
time.sleep(5)
print("app still here")
+2
View File
@@ -0,0 +1,2 @@
flask
requests