From 485a1aa008c4aa5379b975d454d487cdf046b25a Mon Sep 17 00:00:00 2001 From: gsd Date: Sun, 22 Oct 2023 01:19:48 +0300 Subject: [PATCH] fix v1 2 --- tradebot.facti13.external.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tradebot.facti13.external.py b/tradebot.facti13.external.py index 070221e..cd204e8 100644 --- a/tradebot.facti13.external.py +++ b/tradebot.facti13.external.py @@ -203,7 +203,7 @@ if __name__ == "__main__": parser.add_argument("--steam-secret", type=str, default=os.environ.get("STEAM_SECRET", "")) args = parser.parse_args() - client = SteamClient(game = SteamPy.Game(id=440)) + client = SteamClient(app = SteamPy.App(id=440)) client.backend = backend if args.auth_file and args.steam_secret: