diff options
Diffstat (limited to 'scraper/s2-final-report.py')
| -rw-r--r-- | scraper/s2-final-report.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scraper/s2-final-report.py b/scraper/s2-final-report.py index b24b3485..34857420 100644 --- a/scraper/s2-final-report.py +++ b/scraper/s2-final-report.py @@ -36,11 +36,11 @@ def s2_final_report(): # faces_persons female male landmarks width height color gray # derivative_of tags size_gb agreement # citations_count - subprocess.call([ - "s3cmd", "put", "-P", "--recursive", - DIR_PUBLIC_CITATIONS + '/', - "s3://megapixels/v1/citations/", - ]) + # subprocess.call([ + # "s3cmd", "put", "-P", "--recursive", + # DIR_PUBLIC_CITATIONS + '/', + # "s3://megapixels/v1/citations/", + # ]) #subprocess.call([ # "s3cmd", "put", "-P", "--recursive", # DIR_VERIFIED_CITATIONS + '/', |
