diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/handlers.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/handlers.py b/server/handlers.py index e9cf7c8..fb50ff4 100644 --- a/server/handlers.py +++ b/server/handlers.py @@ -197,6 +197,8 @@ incoming_handlers = { 'logout': None, 'activity': Activity(), 'query': Query(), + 'python_push': PythonPush(), + 'python_pull': PythonPull(), 'hint': Hint(), 'test': Test() } |