From af776e3b74dd739a9d1ee61b96860c791ebb6119 Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Sun, 27 Apr 2025 20:01:09 +0530 Subject: Readded lspconfig --- .local/bin/http-static | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.local/bin/http-static') diff --git a/.local/bin/http-static b/.local/bin/http-static index 1d49eb7..9b189cc 100755 --- a/.local/bin/http-static +++ b/.local/bin/http-static @@ -37,10 +37,7 @@ def main(argv: Optional[Sequence[str]] = None) -> None: ) args = parser.parse_args(argv) - try: - serve(**vars(args)) - except KeyboardInterrupt: - pass + serve(**vars(args)) if __name__ == "__main__": -- cgit v1.2.3-70-g09d2