Skip to content

Commit

Permalink
📦 docs: 资源商店新增发布资源功能
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Sep 17, 2024
1 parent 5c0c723 commit 5537bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liteyuki_flow/resource_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from liteyuki_flow.markdown_parser import MarkdownParser
from liteyuki_flow.typ import err, nil

user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"
user_agent = "liteyuki-flow"

headers = {
"User-Agent": user_agent
Expand Down

0 comments on commit 5537bc3

Please sign in to comment.