Skip to content

Commit 700da31

Browse files
author
Berry Langerak
committed
Changing text. Worst commit message ever.
1 parent 12d1c9f commit 700da31

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
@@ -6,7 +6,7 @@
66

77
@app.route("/")
88
def hello():
9-
return "Hello world! Running for %d seconds" % (time.time() - now)
9+
return "Hello DPC! Running for %d seconds" % (time.time() - now)
1010

1111
if __name__ == "__main__":
1212
now = time.time()

0 commit comments

Comments
 (0)