We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc6a77 commit fa6f2dcCopy full SHA for fa6f2dc
arho_feature_template/core/lambda_service.py
@@ -57,7 +57,7 @@ def _process_reply(self, reply: QNetworkReply):
57
response_json = json.loads(response_data)
58
59
# Determine if the proxy is set up.
60
- if hasattr(self, 'network_manager') and self.network_manager.proxy().type() == QNetworkProxy.Socks5Proxy:
+ if hasattr(self, "network_manager") and self.network_manager.proxy().type() == QNetworkProxy.Socks5Proxy:
61
# If proxy has been set up, retrieve 'details' directly
62
details = response_json.get("details", {})
63
else:
0 commit comments