aboutsummaryrefslogtreecommitdiffstats
path: root/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'sync.py')
-rwxr-xr-xsync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.py b/sync.py
index c256147..15d1983 100755
--- a/sync.py
+++ b/sync.py
@@ -157,7 +157,7 @@ def main():
ignored = [ 'as_set' ]
apidoc = json.loads(r.text)
- for key in apidoc:
+ for key in apidoc['api']:
if key[0] == '_' or key in ignored: continue
try:
sync_table(s, key)