Skip to content

Commit 3644952

Browse files
author
Luois45
committed
Fixed a bug in the config generation
1 parent a7d35ff commit 3644952

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

activate_packages.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"git_token": "NOT needed if only used to activate packages"
3131
}
3232
config["IPC"]["host"] = input("Enter your ArchiSteamFarm host address: ")
33-
config["IPC"]["host"] = input("Enter your ArchiSteamFarm host password: ")
33+
config["IPC"]["password"] = input(
34+
"Enter your ArchiSteamFarm host password: ")
3435
log.debug("Saving config file")
3536
with open("config.json", "w") as f:
3637
f.write(json.dumps(config))

0 commit comments

Comments
 (0)