fix: reset state when starting new source run

This commit is contained in:
2026-05-22 20:51:48 +04:00
parent 45f56bc146
commit 6f3637795b
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -71,6 +71,7 @@ def main():
if args.mode == "source":
from source.source import run_source_mode
state.reset_state(mode="source")
try:
run_source_mode()
except KeyboardInterrupt: