aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/pathod.py
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/pathod.py')
-rw-r--r--libpathod/pathod.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/pathod.py b/libpathod/pathod.py
index 5fc1fd55..5b8627a3 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()