Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e4c44520 authored by Julien Vandaele's avatar Julien Vandaele
Browse files

flask: python3 compatibility

parent 66cd152f
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ def hello():
def call():
atFloor = request.args.get('atFloor')
to = request.args.get('to')
print "call received from "+atFloor+" to "+to
print(f"call received from {atFloor} to {to}")
return ""
# TODO: other commands
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment