mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-27 07:44:39 +01:00
API: Fix _start_cloudflared raising after first attempt instead of exhausting retries
This commit is contained in:
parent
855141967c
commit
7c79143a14
|
|
@ -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…
Reference in a new issue