forked from shaba/openuds
Added more info to ticket timedout error on tunnel
This commit is contained in:
parent
26f33626c2
commit
4c453d2b1f
@ -76,7 +76,7 @@ class Proxy:
|
||||
},
|
||||
)
|
||||
if not r.ok:
|
||||
raise Exception(r.content)
|
||||
raise Exception(r.content or 'Invalid Ticket (timed out)')
|
||||
|
||||
return r.json()
|
||||
except Exception as e:
|
||||
|
Loading…
Reference in New Issue
Block a user