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.
2 parents 6e8d52d + 91a5932 commit 7915adeCopy full SHA for 7915ade
tsproxy.py
@@ -59,7 +59,7 @@
59
def PrintMessage(msg):
60
# Print the message to stdout & flush to make sure that the message is not
61
# buffered when tsproxy is run as a subprocess.
62
- sys.stdout.write(msg)
+ sys.stdout.write(msg + '\n')
63
sys.stdout.flush()
64
65
########################################################################################################################
@@ -721,7 +721,7 @@ def main():
721
# Parse any port mappings
722
if options.mapports:
723
SetPortMappings(options.mapports)
724
-
+
725
if options.nodnscache:
726
dns_cache = None
727
0 commit comments