summaryrefslogtreecommitdiffstats
path: root/.local/bin/http-static
diff options
context:
space:
mode:
author2025-04-27 20:01:09 +0530
committer2025-04-27 20:01:09 +0530
commitaf776e3b74dd739a9d1ee61b96860c791ebb6119 (patch)
tree2bd412cbe1f9b9166d39af81b286b3a5acff9684 /.local/bin/http-static
parentAdd LSP config (diff)
downloaddotfiles-af776e3b74dd739a9d1ee61b96860c791ebb6119.tar
dotfiles-af776e3b74dd739a9d1ee61b96860c791ebb6119.tar.gz
dotfiles-af776e3b74dd739a9d1ee61b96860c791ebb6119.tar.bz2
dotfiles-af776e3b74dd739a9d1ee61b96860c791ebb6119.tar.lz
dotfiles-af776e3b74dd739a9d1ee61b96860c791ebb6119.tar.xz
dotfiles-af776e3b74dd739a9d1ee61b96860c791ebb6119.tar.zst
dotfiles-af776e3b74dd739a9d1ee61b96860c791ebb6119.zip
Readded lspconfig
Diffstat (limited to '.local/bin/http-static')
-rwxr-xr-x.local/bin/http-static5
1 files changed, 1 insertions, 4 deletions
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__":