Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii committed Apr 3, 2024
1 parent 240825c commit 7cc2b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgkex/broker/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def wg_api_v2_gateway_best() -> Tuple[Response | Dict, int]:
logger.error(f"Couldn't get worker endpoint data for {best_worker}/{domain}")
return {"error": {"message": "could not get gateway data"}}, 500

# Add Code to check if we should Switch (check if Gateways are Loadbalaced in a specefiy trashhold)
# Add Code to check if we should Switch (check if Gateways are Loadbalaced in a specefiy trashhold)
shouldSwitch = True
endpoint = {
"Address": w_data.get("ExternalAddress"),
Expand Down

0 comments on commit 7cc2b8f

Please sign in to comment.