mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
remove removeLegacyDiscriminatorBehavior
This commit is contained in:
parent
5a50d9d53e
commit
28b4dbcaf5
3 changed files with 12 additions and 28 deletions
|
|
@ -238,7 +238,7 @@ if __name__ == "__main__":
|
|||
data = json.load(f)
|
||||
|
||||
try:
|
||||
_ = pt.Errors.from_dict(data)
|
||||
_ = pt.TweetDetailResponse.from_dict(data)
|
||||
except Exception as e:
|
||||
error_dump(e)
|
||||
access_token = "AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue