fix(okx): import os in options lib so OKX app can start

Tickers cache TTL used os.getenv without importing os, crashing crypto_okx on boot after deploy.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-08-11 12:34:11 +08:00
parent bab42b1b53
commit 772ba861e9
+1
View File
@@ -3,6 +3,7 @@ from __future__ import annotations
import json
import math
import os
import re
import threading
import time