File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " twitter_openapi_python"
3- version = " 0.0.10 "
3+ version = " 0.0.11 "
44description = " Twitter OpenAPI"
55authors = [
" fa0311 <[email protected] >" ]
66license = " proprietary" # or "AGPL-3.0-only"
@@ -14,7 +14,7 @@ include = ["twitter_openapi_python/py.typed"]
1414python = " ^3.7"
1515pydantic = " ^1.10.5, <2"
1616
17- twitter-openapi-python-generated = " 0.0.6 "
17+ twitter-openapi-python-generated = " 0.0.7 "
1818
1919[tool .poetry .dev-dependencies ]
2020
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def get_client_from_cookies(
122122 api_key .update ({"AuthType" : "OAuth2Session" })
123123 api_key .update ({"CsrfToken" : cookies ["ct0" ]})
124124
125- if cookies .get ("gt" ) is not None :
125+ if cookies .get ("gt" ):
126126 api_key .update ({"GuestToken" : cookies ["gt" ]})
127127
128128 api_conf = conf .Configuration (api_key = api_key )
You can’t perform that action at this time.
0 commit comments