mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
fix: 日志记录失败 * n
This commit is contained in:
parent
5e70560df9
commit
64a1b2ffac
@ -116,7 +116,7 @@ def highlight_error(e):
|
||||
code = read_code(p, l)
|
||||
cc = []
|
||||
viewed = False
|
||||
for i in len(code['result']):
|
||||
for i in range(len(code['result'])):
|
||||
c = code["result"][i]
|
||||
if (c.startswith(code['current']) and (i <= 3)):
|
||||
viewed = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user