update firefox to 108 version

This commit is contained in:
2023-01-09 22:41:02 +03:00
parent 3bca080e4d
commit 19ee85c732
4 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ env_path = BASE_DIR.joinpath('config')
config = AutoConfig(search_path=env_path)
GECKO_DRIVER_VERSION = config('GECKO_DRIVER_VERSION', default='0.31.0')
GECKO_DRIVER_VERSION = config('GECKO_DRIVER_VERSION', default='0.32.0')
TELEGRAM_API_TOKEN = config(
'TELEGRAM_API_TOKEN', default='123456789:AABBCCDDEEFFaabbccddeeff-1234567890'