Skip to content

Commit

Permalink
Merge pull request #466 from GooeyAI/fix-country-code-serp-st
Browse files Browse the repository at this point in the history
fix SERP search location code gui->st
  • Loading branch information
nikochiko authored Sep 16, 2024
2 parents 9ad53b9 + bc1701f commit 0541624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daras_ai_v2/serp_search_locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class SerpSearchLocation(TextChoices):
SAINT_VINCENT_AND_THE_GRENADINES = "vc", "Saint Vincent and the Grenadines"
SAMOA = "ws", "Samoa"
SAN_MARINO = "sm", "San Marino"
SAO_TOME_AND_PRINCIPE = "gui", "Sao Tome and Principe"
SAO_TOME_AND_PRINCIPE = "st", "Sao Tome and Principe"
SAUDI_ARABIA = "sa", "Saudi Arabia"
SENEGAL = "sn", "Senegal"
SERBIA_AND_MONTENEGRO = "rs", "Serbia and Montenegro"
Expand Down

0 comments on commit 0541624

Please sign in to comment.