kartaview / upload-scripts

Uploader tools for KartaView
MIT License
61 stars 30 forks source link

Can't set upload thread count to 1 in upload_photos_by_exif.py #6

Closed ToeBee closed 8 years ago

ToeBee commented 8 years ago

The command help for the upload_photos_by_exif.py script says valid thread count is 1 to 10 but the check in the argument parsing says > 1 instead of >= 1 so if you start the script with -t 1 it actually fires up 4 threads.

bogdan-racasan commented 8 years ago

Thanks for the report 👍