Skip to content

Commit

Permalink
workers typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Feb 15, 2018
1 parent d9ea7e8 commit 3129f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CloudFlare/api_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@ def zones_workers(self):
self._add_with_auth(base, "zones", "workers/filters"))
setattr(branch, "routes",
self._add_with_auth(base, "zones", "workers/routes"))
setattr(branch, "scripts",
self._add_with_auth(base, "zones", "workers/scripts"))
setattr(branch, "script",
self._add_with_auth(base, "zones", "workers/script"))

def zones_load_balancers(self):
""" API core commands for Cloudflare API"""
Expand Down

0 comments on commit 3129f8e

Please sign in to comment.