forked from root/threadr.lostcave.ddnss.de
i baked a mind cake it's very tasty
parent
e5b295f03e
commit
1f146b7b04
|
@ -38,9 +38,9 @@ print "Done."
|
|||
|
||||
|
||||
print "Reading file: "+sys.argv[1]+"..."
|
||||
file_in = open(sys.argv[1], "r")
|
||||
file_content = file_in.read()
|
||||
file_in.close()
|
||||
file_in = open(sys.argv[1], "r")
|
||||
file_content = file_in.read()
|
||||
file_in.close()
|
||||
|
||||
print "Replacing variables:"
|
||||
for variable in config_values:
|
||||
|
|
Loading…
Reference in New Issue