From bc1701fab47b19bd23307f79a55750206871e604 Mon Sep 17 00:00:00 2001 From: Kaustubh Maske Patil <37668193+nikochiko@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:08:59 +0530 Subject: [PATCH] fix SERP search location code gui->st Looks like an accidental typo when a global s/st/gui was done --- daras_ai_v2/serp_search_locations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daras_ai_v2/serp_search_locations.py b/daras_ai_v2/serp_search_locations.py index 2c26dc8a9..b9f9d1360 100644 --- a/daras_ai_v2/serp_search_locations.py +++ b/daras_ai_v2/serp_search_locations.py @@ -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"