Skip to content

Commit edf8654

Browse files
fix: Avoid backslash space
1 parent a0abd84 commit edf8654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pilot/proxyTools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def executeRequest(self, raw_data, insecure=False):
119119
120120
:param raw_data: Data to send
121121
:type raw_data: dict
122-
:param insecure: Deactivate proxy verification /!\ Debug ONLY
122+
:param insecure: Deactivate proxy verification WARNING Debug ONLY
123123
:type insecure: bool
124124
:return: Parsed JSON response
125125
:rtype: dict

0 commit comments

Comments
 (0)