mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Forgot a debug print in httpserver.py
This commit is contained in:
parent
a7f6f6c3b3
commit
509a6c1780
@ -103,7 +103,6 @@ class SupyHTTPRequestHandler(BaseHTTPRequestHandler):
|
|||||||
*args, **kwargs)
|
*args, **kwargs)
|
||||||
|
|
||||||
def do_GET(self):
|
def do_GET(self):
|
||||||
print 'GET !'
|
|
||||||
self.do_X('doGet')
|
self.do_X('doGet')
|
||||||
|
|
||||||
def do_POST(self):
|
def do_POST(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user