matkoniecz / osm_bot_abstraction_layer

OSM bot abstraction layer building upon osmapi, to make easier to automate edits without causing problems.
GNU Affero General Public License v3.0
13 stars 1 forks source link

objects_to_consider_query_storage_file or cache_folder_filepath ? #5

Closed Marc-marc-marc closed 1 year ago

Marc-marc-marc commented 1 year ago

Usage example : Bot edit use objects_to_consider_query_storage_file running with it produce the error TypeError: run_simple_retagging_task() got an unexpected keyword argument 'objects_to_consider_query_storage_file'

removing it and using cache_folder_filepath work fine

matkoniecz commented 1 year ago

thanks for a report!