Skip to content

Commit

Permalink
Fixed a bug in the config generation
Browse files Browse the repository at this point in the history
  • Loading branch information
louisa-uno committed Feb 1, 2022
1 parent a7d35ff commit 3644952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion activate_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"git_token": "NOT needed if only used to activate packages"
}
config["IPC"]["host"] = input("Enter your ArchiSteamFarm host address: ")
config["IPC"]["host"] = input("Enter your ArchiSteamFarm host password: ")
config["IPC"]["password"] = input(
"Enter your ArchiSteamFarm host password: ")
log.debug("Saving config file")
with open("config.json", "w") as f:
f.write(json.dumps(config))
Expand Down

0 comments on commit 3644952

Please sign in to comment.