We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fde2b2 commit 22f0361Copy full SHA for 22f0361
launch.py
@@ -28,7 +28,7 @@ def env_defined(key):
28
29
client = None
30
if os.environ["SKIP_INSTALL"] in ["", "false"]:
31
- client = api.login(username, password)
+ client = api.login(os.environ["STEAM_USER"], os.environ["STEAM_PASSWORD"])
32
if not client:
33
print("Failed to login to Steam, exiting...")
34
exit(1)
0 commit comments