fix: fix the app max_active_requests been overwritten bug (#16513)
This commit is contained in:
parent
f8e7e301cd
commit
f6ac98a37d
2 changed files with 0 additions and 6 deletions
|
|
@ -130,7 +130,6 @@ class AppApi(Resource):
|
|||
parser.add_argument("icon_type", type=str, location="json")
|
||||
parser.add_argument("icon", type=str, location="json")
|
||||
parser.add_argument("icon_background", type=str, location="json")
|
||||
parser.add_argument("max_active_requests", type=int, location="json")
|
||||
parser.add_argument("use_icon_as_answer_icon", type=bool, location="json")
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue