please work

This commit is contained in:
Thomas Zarebczan 2018-11-16 16:13:12 -05:00
parent 9923775bc1
commit f1e17f76b1

View file

@ -61,8 +61,8 @@ class NotificationSession(RPCSession):
# will catch the exception, count errors, and at some point disconnect
if isinstance(request, Notification):
params, result = request.args[:-1], request.args[-1]
print(params)
print(result)
self.print_error(params)
self.print_error(result)
key = self.get_hashable_key_for_rpc_call(request.method, params)
if key in self.subscriptions:
self.cache[key] = result