From df6e3ed7acd59ce3479380c7334a72d550bee16e Mon Sep 17 00:00:00 2001 From: gsd Date: Sun, 29 Oct 2023 14:45:06 +0300 Subject: [PATCH] ss --- 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 5b27d68..31569e5 100644 --- a/tradebot.facti13.external.py +++ b/tradebot.facti13.external.py @@ -212,7 +212,7 @@ if __name__ == "__main__": parser.add_argument("--steam-secret", type=str, default=os.environ.get("STEAM_SECRET", "")) args = parser.parse_args() - client = SteamClient(app = SteamPy.App(id=440), intents = SteamPy.Intents.Safe()) + client = SteamClient(app = SteamPy.App(id=440), intents = SteamPy.Intents.Safe) client.backend = backend if args.auth_file and args.steam_secret: