bonzanini / Book-SocialMediaMiningPython

Companion code for the book "Mastering Social Media Mining with Python"
548 stars 264 forks source link

micro_geo2kml.py errors when run #13

Closed petersamoaa closed 5 years ago

petersamoaa commented 5 years ago

Hi, while executing the python file micro_geo2kml.py I found many errors first for loop in the line 39, can't accept the argument. in the line 40 for the same reson image

bonzanini commented 5 years ago

Thank you, a type conversion was missing, now the --n argument is converted to int as it should be