Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit e0336e1

Browse files
committed
typo
1 parent 1555a85 commit e0336e1

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

CloudFlare/api_v4.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,9 @@ def api_v4(self):
220220
# The API commands for CTM /zones/:zone_id/load_balancers & /user/load_balancers
221221
setattr(zones, "load_balancers",
222222
self._add_with_auth(self._base, "zones", "load_balancers"))
223+
223224
setattr(user, "load_balancers",
224-
self._add_with_auth(self._base, "user/load_balancers"))
225+
self._add_unused(self._base, "user/load_balancers"))
225226
user_load_balancers = getattr(user, "load_balancers")
226227
setattr(user_load_balancers, "global_policies",
227228
self._add_with_auth(self._base, "user/load_balancers/global_policies"))
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
:
22

3+
#
4+
# A Hack - not worth publishing
5+
#
6+
37
tmp="/tmp/c$$"
48
tmp="/tmp/c0"
59

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env python
22

3+
#
4+
# A Hack - not worth publishing
5+
#
6+
37
import os
48
import pypandoc
59

0 commit comments

Comments
 (0)