Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor 'last_danmaku_time' initialization order in ws-server.py
The initialization of 'last_danmaku_time' is moved down right after the live stream starts instead of being at the start of '_main' function. This will ensure that the value of 'last_danmaku_time' reflects more accurately the start of the live stream, helping with more precise time tracking. Signed-off-by: hldh214 <hldh214@gmail.com>
- Loading branch information