diff options
Diffstat (limited to 'scripts/http-echo')
| -rwxr-xr-x | scripts/http-echo | 1 |
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' ) |
