Skip to content

Commit

Permalink
#1139 update function
Browse files Browse the repository at this point in the history
  • Loading branch information
chmnata committed Feb 24, 2025
1 parent 8ed0ed5 commit eda20f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gis/gccview/gcc_puller_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ def get_layer(mapserver_n, layer_id, schema_name, is_audited, cred = None, con =
keep_adding = find_limit(return_json) #checks if all records fetched
if keep_adding:
#get next batch using offset (max_number)
return_json = get_data(mapserver, layer_id, max_number = total, record_max = record_count, include_additional_layers)
return_json = get_data(mapserver, layer_id, max_number = total, record_max = record_count, include_additional_layers=False)
LOGGER.info('%s records from [mapserver: %s, layerID: %d] have been inserted into %s', total, mapserver, layer_id, output_table)

if is_audited:
Expand Down

0 comments on commit eda20f0

Please sign in to comment.