minor fix
This commit is contained in:
@@ -122,7 +122,7 @@ def main(driver: Chrome, logger = logging.getLogger('main')):
|
|||||||
self.morning: str = morning
|
self.morning: str = morning
|
||||||
self.afternoon: str = afternoon
|
self.afternoon: str = afternoon
|
||||||
self.evening: str = evening
|
self.evening: str = evening
|
||||||
self.keywords: str = keywords
|
self.keywords: list[str] = keywords
|
||||||
|
|
||||||
locales = [
|
locales = [
|
||||||
Locale("en", "Europe/London", "Hello" , "Good morning", "Good afternoon" , "Good evening", []),
|
Locale("en", "Europe/London", "Hello" , "Good morning", "Good afternoon" , "Good evening", []),
|
||||||
|
|||||||
Reference in New Issue
Block a user