Skip to content

Commit

Permalink
comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
cemtopcuoglu committed Nov 26, 2023
1 parent 5af3a1d commit 707d614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion untangle.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def redirect_check(response, server_n, path):
return False, server_n, path

def send_request(target, port, path, request, from_redirection, depth=0):
""" sends requests """
""" sends a request and return the response """

try:
if isinstance(path, str):
Expand Down

0 comments on commit 707d614

Please sign in to comment.