This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Description
C:\Workspace\LabServer-master\LabServer-master>python app.py
File "app.py", line 30
print " [*] %s [%s] "%s %s"" % (request.remote_addr, datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S"), request.method, request.url)
------------------------------^---------------------------------------------------------------------------------
SyntaxError: invalid syntax
How can I solve this?
Thanks