mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
update pyantic v2
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
396b569795
commit
5f0cf832f4
2 changed files with 3 additions and 3 deletions
|
|
@ -204,7 +204,7 @@ if __name__ == "__main__":
|
|||
|
||||
save_cache(
|
||||
{
|
||||
"raw": res.raw_data,
|
||||
"raw": res.raw_data.decode("utf-8"),
|
||||
"type": res.data.__class__.__name__,
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue