From cef18ade1b3278f45feb7f543f36d3dccb98892a Mon Sep 17 00:00:00 2001 From: ZKWolf Date: Tue, 13 Jun 2023 21:49:01 +0200 Subject: [PATCH] Fixed Steam auth as well. --- src/endpoints/user_handeling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endpoints/user_handeling.py b/src/endpoints/user_handeling.py index ae84888..ceab508 100644 --- a/src/endpoints/user_handeling.py +++ b/src/endpoints/user_handeling.py @@ -60,7 +60,7 @@ def steam_login(): abort(401, "Unauthorized") elif user_agent.startswith("game=TheExit, engine=UE4, version="): - return_val = steam_login_function(854040) + return_val = steam_login_function() return return_val else: