Apríl není pořád :-D

This commit is contained in:
Pavel "LEdoian" Turinsky 2021-03-31 21:41:14 +02:00
parent f1aa2d6368
commit a68e04abe0

View file

@ -1,5 +1,4 @@
def april(req):
return {'april': 2021}
if 'X-April' in req.headers:
try:
year = int(req.headers['X-April'])