From 425ae46085d2519774bef681cd814862052d271d Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Wed, 2 Feb 2022 03:50:01 +0300 Subject: [PATCH] Update --- jsonrpc/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jsonrpc/__init__.py b/jsonrpc/__init__.py index b4d8e2a..963f9b3 100644 --- a/jsonrpc/__init__.py +++ b/jsonrpc/__init__.py @@ -156,6 +156,8 @@ class JSONRPC: try: if method.handler is None: + pass + else: method.handler( query, method.function