aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/http-echo
diff options
context:
space:
mode:
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'
)