Apply suggestions from code review

pull/3872/head
张春乔 11 months ago committed by GitHub
parent 0e8468d9fd
commit e6d6e42195
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -466,7 +466,8 @@ class SSLExecutor(BaseExecutor):
"rtf": rtf,
"device": device
}
if self.last_call_params is not None and self.last_call_params != current_call_params and hasattr(self, 'model'):
if self.last_call_params is not None and self.last_call_params != current_call_params and hasattr(
self, 'model'):
del self.model
self.last_call_params = current_call_params

Loading…
Cancel
Save