Skip to content

Commit 4fb3513

Browse files
per1234dido18
andauthored
Apply suggestions from code review
Co-authored-by: Davide <davideneri18@gmail.com>
1 parent f302fb3 commit 4fb3513

File tree

1 file changed

+3
-1
lines changed
  • internal/orchestrator/app/generator/app_template/python

1 file changed

+3
-1
lines changed

internal/orchestrator/app/generator/app_template/python/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
import time
2+
13
def main():
24
print("Hello World!")
35
# Loop forever to keep App in running state.
46
while True:
5-
continue
7+
time.sleep(1)
68

79

810
if __name__ == "__main__":

0 commit comments

Comments
 (0)