Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions haruka_bot/plugins/pusher/live_pusher.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ async def live_sched():
if not plugin_config.haruka_live_off_notify: # 没开下播推送
continue
live_time_msg = (
f"\n本次直播时长 {calc_time_total(time.time() - live_time[uid])}"
f"\n本次直播时长 {calc_time_total(time.time() - live_time[uid])}"
if live_time.get(uid)
else ""
else ""
)
live_msg = f"{name} 下播了{live_time_msg}"

Expand Down