diff --git a/PT/pt_operation.py b/PT/pt_operation.py index f2f2d73..e4a5d39 100644 --- a/PT/pt_operation.py +++ b/PT/pt_operation.py @@ -97,6 +97,7 @@ class PtOperation: return response.text else: logger.error(f"{text} , 出现错误,code码是:{response.status_code}, {response.text}!!!") + return "" except Exception as e: time.sleep(2) else: