me izz stewpid
parent
2f4783d967
commit
2ae836be87
|
@ -12,7 +12,7 @@ file_name_pattern = "*.php"
|
|||
|
||||
print "Reading config file...",
|
||||
config = open("variable_grabbler.cfg","r")
|
||||
parsed = json.loads(config.read().decode(utf-8))
|
||||
parsed = json.loads(config.read().decode("utf-8"))
|
||||
config.close()
|
||||
print "Done."
|
||||
|
||||
|
|
Loading…
Reference in New Issue