diff options
Diffstat (limited to 'libpathod/pathod.py')
-rw-r--r-- | libpathod/pathod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/pathod.py b/libpathod/pathod.py index d925de24..39de1b7b 100644 --- a/libpathod/pathod.py +++ b/libpathod/pathod.py @@ -282,7 +282,7 @@ class Pathod(tcp.TCPServer): staticdir = self.staticdir ) - def handle_connection(self, request, client_address): + def handle_client_connection(self, request, client_address): h = PathodHandler(request, client_address, self) try: h.handle() |