Merge pull request #26 from bellingcat/error-module

used updated Playwright error module in import
This commit is contained in:
Tristan Lee
2023-12-08 05:19:17 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ from tenacity import (
TryAgain,
wait_exponential,
)
from playwright._impl._api_types import Error
from playwright._impl._errors import Error
from TikTokApi import TikTokApi

View File

@@ -2,7 +2,7 @@ _MAJOR = "2"
_MINOR = "0"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "2"
_PATCH = "3"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""