open conf for write in app

This commit is contained in:
Jack 2016-07-04 20:47:43 -04:00
parent 4c2ab23c1f
commit df3c5b9a77

View file

@ -23,7 +23,7 @@ if not os.path.isdir(wallet_dir):
shutil.os.mkdir(wallet_dir)
if not os.path.isfile(lbrycrdd_path_conf):
f = open(lbrycrdd_path_conf)
f = open(lbrycrdd_path_conf, "w")
f.write(lbrycrdd_path)
f.close()