The best solution for wait api response in python

前端 未结 0 411
没有蜡笔的小新
没有蜡笔的小新 2020-12-25 14:52

I need to wait for a successful response from the server within a certain time. The easiest way to do it:

def wait_for_response():
    response = None
    tim         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题