Hide easter egg until April Fool's
This commit is contained in:
parent
81b1755118
commit
b38b12de54
@ -7,7 +7,7 @@ from flask import Flask, render_template, Response
|
|||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
|
|
||||||
EASTER_EGG_MESSAGE = "It's DAKA."
|
EASTER_EGG_MESSAGE = "It's DAKA." if its_april_fools() else ""
|
||||||
DAKA_MENU_XML_URL = ("http://campusdining.compass-usa.com/wpi/Pages/"
|
DAKA_MENU_XML_URL = ("http://campusdining.compass-usa.com/wpi/Pages/"
|
||||||
"SignageXML.aspx?location=Pulse+On+Dining+Marketplace")
|
"SignageXML.aspx?location=Pulse+On+Dining+Marketplace")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user