mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-07 07:33:47 +00:00
API: Fix _start_cloudflared raising after first attempt instead of exhausting retries
This commit is contained in:
parent
855141967c
commit
7c79143a14
1 changed files with 1 additions and 1 deletions
|
|
@ -50,4 +50,4 @@ def _start_cloudflared(port: int, tunnel_id: str, max_attempts: int = 3, on_star
|
|||
traceback.print_exc()
|
||||
time.sleep(3)
|
||||
|
||||
raise Exception('Could not start cloudflared.')
|
||||
raise Exception('Could not start cloudflared.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue