Commit ·
cdf77ca
1
Parent(s): 724a400
Added 2000 moviess
Browse files- src/ingest.py +1 -1
src/ingest.py
CHANGED
|
@@ -116,4 +116,4 @@ def bulk_ingest(target_count=2000):
|
|
| 116 |
|
| 117 |
if __name__ == "__main__":
|
| 118 |
# You can change this number to whatever you want
|
| 119 |
-
bulk_ingest(target_count=
|
|
|
|
| 116 |
|
| 117 |
if __name__ == "__main__":
|
| 118 |
# You can change this number to whatever you want
|
| 119 |
+
bulk_ingest(target_count=50)
|