mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-16 03:55:28 +00:00
🐛 Fix daily reward lang
This commit is contained in:
parent
ca085ef7f7
commit
409e0058f9
@ -48,6 +48,7 @@ class DailyRewardClient(BaseClient):
|
||||
|
||||
base_url = REWARD_URL.get_url(self.region, self.game or game)
|
||||
params = params.merge(base_url.params)
|
||||
params = params.set("lang", lang or self.lang)
|
||||
|
||||
if challenge is not None:
|
||||
headers["x-rpc-challenge"] = challenge
|
||||
|
Loading…
Reference in New Issue
Block a user