Apríl není pořád :-D
This commit is contained in:
parent
f1aa2d6368
commit
a68e04abe0
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
def april(req):
|
def april(req):
|
||||||
return {'april': 2021}
|
|
||||||
if 'X-April' in req.headers:
|
if 'X-April' in req.headers:
|
||||||
try:
|
try:
|
||||||
year = int(req.headers['X-April'])
|
year = int(req.headers['X-April'])
|
||||||
|
|
Loading…
Reference in a new issue