mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-01 11:12:15 +00:00
Bump to 60 limit
This commit is contained in:
parent
635b4e6c24
commit
87a0cf7158
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ func parseCsvRow(data string) {
|
|||
updatedLocations.Locations = append(updatedLocations.Locations, newRow)
|
||||
}
|
||||
|
||||
if len(updatedLocations.Locations) > 40 {
|
||||
log.Print("Not displaying > 40 locations!")
|
||||
if len(updatedLocations.Locations) > 60 {
|
||||
log.Print("Not displaying > 60 locations!")
|
||||
updatedLocations = UpdatedLocations{}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue