Skip to content

Commit

Permalink
fix: 补充 .copy()
Browse files Browse the repository at this point in the history
Closes #222
  • Loading branch information
Ljzd-PRO committed Dec 1, 2023
1 parent 039bf67 commit 2654b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nonebot_plugin_mystool/game_sign_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class GenshinImpactSign(BaseGameSign):
NAME = "原神"
ACT_ID = "e202311201442471"
GAME_ID = 2
HEADERS_REWARD = BaseGameSign.HEADERS_REWARD
HEADERS_REWARD = BaseGameSign.HEADERS_REWARD.copy()
HEADERS_REWARD["x-rpc-signgame"] = "hk4e"
HEADERS_REWARD["Origin"] = "https://act.mihoyo.com"
HEADERS_REWARD["Referer"] = "https://act.mihoyo.com/"
Expand Down

0 comments on commit 2654b94

Please sign in to comment.