We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32fc8a commit f05e8baCopy full SHA for f05e8ba
.evergreen/socks5srv.py
@@ -25,7 +25,7 @@ def __init__(self, mappings):
25
26
@staticmethod
27
def parse_single_mapping(string):
28
- print(string)
+ print("mapping: " + string)
29
"""Parse a single mapping of the for '{host}:{port} to {host}:{port}'"""
30
31
# Accept either [ipv6]:port or host:port
0 commit comments