X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Storage%2Fdebug-json%2Fpprint-json.py;h=b90f9f057ab80a88d7cc01b9e4f0881e52798bef;hb=5b6a905286a97f04db40dad41c69ddb7d6e33da6;hp=48bb8b459f7b9142163e2cee748af2af2bcb937b;hpb=aaa16e28a73fcc01ff9fa5709c72970bb50629d7;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()