mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
add console output for watch
This commit is contained in:
@@ -209,7 +209,6 @@ async def run_sync(verbose: bool = False, watch: bool = False):
|
||||
|
||||
# Start watching if requested
|
||||
if watch:
|
||||
console.print("\n[cyan]Starting watch service...[/cyan]")
|
||||
watch_service = WatchService(
|
||||
sync_service=sync_service,
|
||||
file_service=sync_service.entity_service.file_service,
|
||||
|
||||
Reference in New Issue
Block a user