We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d35ff commit 3644952Copy full SHA for 3644952
activate_packages.py
@@ -30,7 +30,8 @@
30
"git_token": "NOT needed if only used to activate packages"
31
}
32
config["IPC"]["host"] = input("Enter your ArchiSteamFarm host address: ")
33
- config["IPC"]["host"] = input("Enter your ArchiSteamFarm host password: ")
+ config["IPC"]["password"] = input(
34
+ "Enter your ArchiSteamFarm host password: ")
35
log.debug("Saving config file")
36
with open("config.json", "w") as f:
37
f.write(json.dumps(config))
0 commit comments