tcalmant / jsonrpclib

A Python (2 & 3) JSON-RPC over HTTP that mirrors the syntax of xmlrpclib (aka jsonrpclib-pelix)
https://jsonrpclib-pelix.readthedocs.io/
Apache License 2.0
53 stars 24 forks source link

Print statements in UJsonHandler #52

Closed mschmitzer closed 2 years ago

mschmitzer commented 2 years ago

There are two print statements in the UJsonHandler class in jsonlib.py. These get executed at load-time.

tcalmant commented 2 years ago

Oups Thanks for the feedback

tcalmant commented 2 years ago

I released a 0.4.3.1 without the print statements

mschmitzer commented 2 years ago

Thanks :smile: