feat(Core/UI): 백테스트 전역 엔진 선택 버튼 추가 및 스캘핑 Rust 방어로직 포팅 1차 완료
This commit is contained in:
7
scratch/test_rw.py
Normal file
7
scratch/test_rw.py
Normal file
@@ -0,0 +1,7 @@
|
||||
path = "static/js/backtest.js"
|
||||
with open(path, "r", encoding="utf-8") as f:
|
||||
text = f.read()
|
||||
print(f"Read {len(text)} chars")
|
||||
with open(path + ".tmp", "w", encoding="utf-8") as f:
|
||||
f.write(text)
|
||||
print("Write OK")
|
||||
Reference in New Issue
Block a user