Files
live-call-asr-monitor/frontend-redesign/patch_sandbox2.py
2026-07-16 11:24:02 +08:00

8 lines
177 B
Python

import re
with open('src/components/SandboxSimulation.tsx', 'r') as f:
content = f.read()
# Make sure interceptCount is completely gone
print("interceptCount" in content)