Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nagworld9 committed Aug 4, 2023
1 parent fae814e commit f504581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def verify_http_to_wireserver_blocked(user: str) -> None:
try:
client = httpclient.HTTPConnection(get_wireserver_ip(), timeout=1)
except Exception as e:
raise Exception("Error -- failed to create HTTP connection with user:{0} \n {1}".format(user, e))
raise Exception("Error -- failed to create HTTP connection with user: {0} \n {1}".format(user, e))

try:
blocked = False
Expand Down

0 comments on commit f504581

Please sign in to comment.