typo
Browse files- collect-dataset.py +1 -1
collect-dataset.py
CHANGED
@@ -133,7 +133,7 @@ def main():
|
|
133 |
result = future.result()
|
134 |
if result is not None:
|
135 |
print(result)
|
136 |
-
if (len(orgs) <
|
137 |
print("No more orgs")
|
138 |
break
|
139 |
|
|
|
133 |
result = future.result()
|
134 |
if result is not None:
|
135 |
print(result)
|
136 |
+
if (len(orgs) < 1000):
|
137 |
print("No more orgs")
|
138 |
break
|
139 |
|