Added "Connecting to osTicket..." message
This commit is contained in:
parent
2d4a104882
commit
26fa73a40b
1 changed files with 1 additions and 0 deletions
|
|
@ -411,6 +411,7 @@ class osTicket():
|
|||
ticket_number = None
|
||||
|
||||
# Connect
|
||||
print_standard('Connecting to osTicket...')
|
||||
while True:
|
||||
try:
|
||||
self.connect(silent=False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue