Skip to content

Commit

Permalink
perf: 优化了douyin的日志输出
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnserf-Seed committed Nov 15, 2024
1 parent 7f69056 commit 0863635
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 91 deletions.
6 changes: 3 additions & 3 deletions f2/apps/douyin/crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,9 +798,9 @@ async def WebcastEcomFansClubMessage(cls, data: bytes):
)

cls._log(
_(
"[WebcastEcomFansClubMessage] [🛍️电商粉丝团消息] | [内容:{0}]"
).format(data_json.get("content"))
_("[WebcastEcomFansClubMessage] [🛍️电商粉丝团消息] | [内容:{0}]").format(
data_json.get("content")
)
)
return data_json

Expand Down
Loading

0 comments on commit 0863635

Please sign in to comment.