fix: reset state when starting new source run
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user