Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 25aa620

Browse files
authored
remove code for koyeb
1 parent 1c8a7a4 commit 25aa620

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

hints/routes.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,4 @@ def inject_today_date():
176176
"""
177177
used for the footer to display the current year
178178
"""
179-
return {"year": datetime.date.today().year}
180-
181-
if __name__ == "__main__":
182-
print("running from routes.py")
183-
app.run(debug=False, host="0.0.0.0", port=80)
179+
return {"year": datetime.date.today().year}

0 commit comments

Comments
 (0)