1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-20 06:50:23 +03:00

Added more info on ticket error

This commit is contained in:
Adolfo Gómez García 2021-07-01 21:42:25 +02:00
parent 9c4a4ed35c
commit 43b785eb73

View File

@ -62,7 +62,7 @@ class Proxy:
return r.json()
except Exception as e:
raise Exception(f'TICKET COMMS ERROR: {e!s}')
raise Exception(f'TICKET COMMS ERROR: {ticket.decode()} {msg} {e!s}')
@staticmethod