Skip to content

Commit fa6f2dc

Browse files
committed
Update lambda_service.py
1 parent 7bc6a77 commit fa6f2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arho_feature_template/core/lambda_service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _process_reply(self, reply: QNetworkReply):
5757
response_json = json.loads(response_data)
5858

5959
# Determine if the proxy is set up.
60-
if hasattr(self, 'network_manager') and self.network_manager.proxy().type() == QNetworkProxy.Socks5Proxy:
60+
if hasattr(self, "network_manager") and self.network_manager.proxy().type() == QNetworkProxy.Socks5Proxy:
6161
# If proxy has been set up, retrieve 'details' directly
6262
details = response_json.get("details", {})
6363
else:

0 commit comments

Comments
 (0)