Skip to content

bug fix in repl

Perceval Guillou requested to merge scan_printer_shell into master

move this: scan_printer = ScanPrinter() set_scan_watch_callbacks( scan_printer._on_scan_new, scan_printer._on_scan_data, scan_printer._on_scan_end, )

from cli to embed

Merge request reports