X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Storage%2Fdebug-json%2Fpprint-json.py;h=b90f9f057ab80a88d7cc01b9e4f0881e52798bef;hb=0e18686c1c670ac23133769e72a109ec4523d71a;hp=48bb8b459f7b9142163e2cee748af2af2bcb937b;hpb=e2c7ec4349db18acd4c8d0902b0a5ab2cffd5be7;p=bookmarks_db.git diff --git a/Storage/debug-json/pprint-json.py b/Storage/debug-json/pprint-json.py index 48bb8b4..b90f9f0 100755 --- a/Storage/debug-json/pprint-json.py +++ b/Storage/debug-json/pprint-json.py @@ -4,7 +4,7 @@ import sys import json from pprint import pprint -infile = open(sys.argv[1], 'rb') +infile = open(sys.argv[1], 'rt') bkmk_s = infile.read() infile.close()