Skip to content

Commit b3756e1

Browse files
authored
Update greeting message in root route
1 parent 2c2e8d9 commit b3756e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def elapsed():
1414

1515
@app.route('/')
1616
def root():
17-
return "Hello World -new version 3.00 BY Lidor (Python)! (up %s)\n" % elapsed()
17+
return "Hello World -new version 3.00 BY Lidor -DEVOPS (Python)! (up %s)\n" % elapsed()
1818

1919
if __name__ == "__main__":
2020
app.run(debug=True, host="0.0.0.0", port=8080)

0 commit comments

Comments
 (0)