add console output for watch

This commit is contained in:
phernandez
2025-02-02 21:02:08 -06:00
parent a88fc99663
commit 72210429c4
3 changed files with 56 additions and 28 deletions
-1
View File
@@ -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,