mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-05-23 19:17:41 +08:00
fix: 语法错误
This commit is contained in:
parent
0c5e405c31
commit
bf2cd1dd36
@ -110,7 +110,7 @@ def highlight_error(e):
|
|||||||
|
|
||||||
if (p.startswith('<') or not os.path.isfile(p)):
|
if (p.startswith('<') or not os.path.isfile(p)):
|
||||||
final.append(i)
|
final.append(i)
|
||||||
final.append(" " if (lines[lines.index(l) + 1].startswith("File") else (" " + lines[lines.index(l) + 1]))
|
final.append(" " if (lines[lines.index(l) + 1].startswith("File")) else (" " + lines[lines.index(l) + 1]))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
code = read_code(p, l)
|
code = read_code(p, l)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user