Skip to content

Commit

Permalink
Fix geetest record key for GI
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Oct 9, 2024
1 parent b969e1e commit cd58cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genshin/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"""App IDs used for game login."""

GEETEST_RECORD_KEYS = {
types.Game.GENSHIN: "hk4e_game_record",
types.Game.GENSHIN: "genshin_game_record",
types.Game.STARRAIL: "hkrpg_game_record",
types.Game.HONKAI: "bh3_game_record",
types.Game.ZZZ: "nap_game_record",
Expand Down

0 comments on commit cd58cd6

Please sign in to comment.