Using simplejson and fixed some encodes and decodes

This commit is contained in:
hackrush 2018-07-21 22:42:23 +05:30 committed by Jack Robison
parent 0fbf131df3
commit c01716a6c0
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
26 changed files with 29 additions and 27 deletions

View file

@ -1,5 +1,5 @@
import struct
import json
import simplejson as json
import logging
import argparse
import hashlib