Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Oct 22, 2016
1 parent b0e6bb8 commit b5919ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloudFlare/api_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def api_v4(self):

# The API commands for CTM /zones/:zone_id/load_balancers & /user/load_balancers
setattr(zones, "load_balancers",
self._add_unused(self._base, "zones", "load_balancers"))
self._add_with_auth(self._base, "zones", "load_balancers"))
setattr(user, "load_balancers",
self._add_with_auth(self._base, "user/load_balancers"))
user_load_balancers = getattr(user, "load_balancers")
Expand Down

0 comments on commit b5919ad

Please sign in to comment.