update convert_lrc.py

This commit is contained in:
2021-12-12 21:44:38 +08:00
parent e7dd793a2c
commit 3aeb0cbade
2 changed files with 107 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ from traceback import print_exc
from typing import List
tdjson_path = find_library('tdjson') or 'tdjson.dll'
tdjson_path = find_library('tdjson')
if tdjson_path is None:
print("Can't find 'tdjson' library")
sys.exit(-1)