diff --git a/.config/flake8.ini b/.config/flake8.ini index 1150aef..5009fb9 100644 --- a/.config/flake8.ini +++ b/.config/flake8.ini @@ -1,4 +1,4 @@ [flake8] max-line-length = 100 statistics = true -ignore = E501,E128 \ No newline at end of file +ignore = E501,E128,W503 \ No newline at end of file diff --git a/goto_http_redirect_server/goto_http_redirect_server.py b/goto_http_redirect_server/goto_http_redirect_server.py index 09641fe..f6d2557 100755 --- a/goto_http_redirect_server/goto_http_redirect_server.py +++ b/goto_http_redirect_server/goto_http_redirect_server.py @@ -1537,8 +1537,7 @@ def process_options() -> typing.Tuple[ parser = argparse.ArgumentParser( description=__doc__ - + """\ - + + """ HTTP %s %s reply server. Load this server with redirects of "from path" and "to URL" and let it run indefinitely. Reload the running server by signaling the process or HTTP requesting the RELOAD_PATH.