1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 07:30:37 +01:00

remove removeLegacyDiscriminatorBehavior

This commit is contained in:
ふぁ 2024-11-07 01:17:14 +09:00
parent 5a50d9d53e
commit 28b4dbcaf5
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
3 changed files with 12 additions and 28 deletions

View file

@ -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"