1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40:26 +01:00

remove required ext_media_availability

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-09-20 12:07:11 +09:00
parent e7329253ca
commit dcd0db54d7
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
5 changed files with 17 additions and 11 deletions

8
.vscode/launch.json vendored
View file

@ -1,6 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: 現在のファイル",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false
},
{
"name": "build",
"type": "python",