danielfett / advancedcaching

Advanced Geocaching Tool for Linux
http://www.danielfett.de/internet-und-opensource,software,agtl
31 stars 13 forks source link

CLI: download_num_logs from settings is not respected #169

Closed aapo closed 11 years ago

aapo commented 11 years ago

Seems this is enough:

core.py:865 
return self._download_cache_details_list_complete(self.cachedownloader.update_coordinates(caches))
return self._download_cache_details_list_complete(self.cachedownloader.update_coordinates(caches,self.settings['download_num_logs']))