Skip to content

Commit

Permalink
fix: fix stock_individual_spot_xq
Browse files Browse the repository at this point in the history
  • Loading branch information
albertandking committed Dec 15, 2024
1 parent c0b4bf5 commit 5672896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akshare/stock/stock_xq.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def stock_individual_spot_xq(
"""
session = requests.Session()
headers = {
"cookie": "xq_a_token=691d6f0a678b98a172affb89759b9c46fd23b4e2;",
"cookie": "xq_a_token=220b0abef0fac476d076c9f7a3938b7edac35f48;",
"User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 "
"(KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1",
}
Expand Down

0 comments on commit 5672896

Please sign in to comment.