Skip to content
Prev Previous commit
Next Next commit
Revert "fix func call"
This reverts commit 021cf6b.
  • Loading branch information
sniper35 committed Feb 8, 2026
commit fb4570a3aca2f1ce76746b1e741e54229b796c0b
3 changes: 1 addition & 2 deletions examples/diffusion_router/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ def main():

# Pre-register any workers specified on the command line
for url in args.worker_urls:
router.worker_request_counts[url] = 0
router.worker_failure_counts[url] = 0
router.add_worker_sync(url)
if args.verbose:
print(f"[demo] Pre-registered worker: {url}")

Expand Down