文档修改
This commit is contained in:
@@ -7,7 +7,7 @@ TAG = "div"
|
||||
|
||||
PATHS = [
|
||||
Path(__file__).resolve().parent.parent / "templates" / "index.html",
|
||||
Path(r"c:\Users\dekun\Desktop\crypto_monitor\crypto_monitor_gate\templates\index.html"),
|
||||
Path(r"c:\Users\dekun\Desktop\crypto_monitor_user\crypto_monitor_gate\templates\index.html"),
|
||||
]
|
||||
|
||||
KEY_START = " {% if page == 'key_monitor' %}"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
from pathlib import Path
|
||||
|
||||
binance = Path(__file__).resolve().parent.parent / "app.py"
|
||||
gate = Path(r"c:\Users\dekun\Desktop\crypto_monitor\crypto_monitor_gate\app.py")
|
||||
gate = Path(r"c:\Users\dekun\Desktop\crypto_monitor_user\crypto_monitor_gate\app.py")
|
||||
|
||||
b = binance.read_text(encoding="utf-8")
|
||||
g = gate.read_text(encoding="utf-8")
|
||||
|
||||
Reference in New Issue
Block a user