Skip to content

Commit 71dc0e6

Browse files
authored
Update greeting message to version 3.00
1 parent 9770b31 commit 71dc0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 2:00 BY Lidor (Python)! (up %s)\n" % elapsed()
17+
return "Hello World -new version 3.00 BY Lidor (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)