attempt at fixing this program not actually doing anything
parent
dd71f828f2
commit
2f4783d967
|
@ -12,7 +12,7 @@ file_name_pattern = "*.php"
|
||||||
|
|
||||||
print "Reading config file...",
|
print "Reading config file...",
|
||||||
config = open("variable_grabbler.cfg","r")
|
config = open("variable_grabbler.cfg","r")
|
||||||
parsed = json.load(config)
|
parsed = json.loads(config.read().decode(utf-8))
|
||||||
config.close()
|
config.close()
|
||||||
print "Done."
|
print "Done."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue