forked from LBRYCommunity/lbry-sdk
open conf for write in app
This commit is contained in:
parent
4c2ab23c1f
commit
df3c5b9a77
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue