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