Skip to content

Commit

Permalink
1.4.93
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Nov 22, 2021
1 parent fe05445 commit 5b9c05a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandaclient/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,8 @@ def get_user_secerts(verbose=False):
output = json.loads(output)
if not output[0]:
return 0, output
if not output[1]:
return 0, (output[0], {})
return 0, (output[0], json.loads(output[1]))
except Exception as e:
msg = '{}.'.format(str(e))
Expand Down

0 comments on commit 5b9c05a

Please sign in to comment.