No description
Find a file
poljar (Damir Jelić) bd808e4bc2 Don't use the object hook functionality of the json module.
The json module runs the object hook for every json object contained in
the json string.

This could lead to unexpected object creation if the string contains
more than a single object.
2018-02-20 13:40:25 +01:00
matrix Don't use the object hook functionality of the json module. 2018-02-20 13:40:25 +01:00
.gitignore Add gitignore. 2018-01-26 18:52:46 +01:00
.pylintrc Add pylintrc. 2018-01-26 18:52:58 +01:00
LICENSE Add a license file. 2018-01-26 18:23:00 +01:00
main.py Clear the send queue when disconnected as well. 2018-02-15 15:28:01 +01:00
Makefile Makefile: Mark the lib phony as well. 2018-01-31 13:56:31 +01:00