Skip to content

Commit

Permalink
Fix geetest record key for GI
Browse files Browse the repository at this point in the history
seriaati committed Oct 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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",

0 comments on commit cd58cd6

Please sign in to comment.