aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/http-echo
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-02-19 10:00:47 -0500
committerJP Appel <jeanpierre.appel01@gmail.com>2025-02-19 10:01:37 -0500
commitb707a6ab4bd8b98809c22e892e33315bfb1684c4 (patch)
tree044af2939c4a432ab37b90ceb9a00a8027ae3d28 /scripts/http-echo
parent996a1d0157193e32c6205469b42d6178f99f92c6 (diff)
Add minor script changes
Diffstat (limited to 'scripts/http-echo')
-rwxr-xr-xscripts/http-echo1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/http-echo b/scripts/http-echo
index e17445b..094d317 100755
--- a/scripts/http-echo
+++ b/scripts/http-echo
@@ -87,7 +87,6 @@ def launch(address: str, port: int):
if __name__ == "__main__":
import argparse
- # TODO: add help
parser = argparse.ArgumentParser(
description='A simple http echo server'
)