mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Merge branch 'httpserver' into testing
This commit is contained in:
commit
a1b2e931b7
@ -95,7 +95,7 @@ class SupyHTTPRequestHandler(BaseHTTPRequestHandler):
|
||||
'wfile'):
|
||||
setattr(callback, name, getattr(self, name))
|
||||
# We call doGet, because this is more supybotic than do_GET.
|
||||
callback.doGet(self, '/'.join(self.path[2:]))
|
||||
callback.doGet(self, '/' + '/'.join(self.path.split('/')[2:]))
|
||||
|
||||
def log_message(self, format, *args):
|
||||
log.info('HTTP request: %s - %s' %
|
||||
|
Loading…
Reference in New Issue
Block a user