Co-authored-by: Cursor <cursoragent@cursor.com>
@@ -1,8 +1,8 @@
import os
# vnpy_ctp C++ 扩展需要有效 locale,否则 CTP 登录后可能崩溃
os.environ.setdefault("LANG", "C.UTF-8")
os.environ.setdefault("LC_ALL", "C.UTF-8")
from locale_fix import ensure_process_locale
ensure_process_locale()
import sqlite3
import time
The note is not visible to the blocked user.