Skip to content

Commit

Permalink
fix incorrect province naming
Browse files Browse the repository at this point in the history
  • Loading branch information
cishiv committed Mar 24, 2020
1 parent 57c6948 commit d2d13ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper/declare.go
Expand Up @@ -37,8 +37,8 @@ var PROVINCES = map[string]string{
"GAUTENG": "GP",
"WESTERNCAPE": "WC",
"KWAZULUNATAL": "KZN",
"MPUMALANGA": "LIM",
"LIMPOPO": "MP",
"MPUMALANGA": "MP",
"LIMPOPO": "LP",
"EASTERNCAPE": "EC",
"FREESTATE": "FS",
"NORTHWEST": "NW",
Expand Down

0 comments on commit d2d13ea

Please sign in to comment.