diff options
author | dakkar <dakkar@thenautilus.net> | 2025-01-02 20:03:36 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2025-01-02 20:03:36 +0000 |
commit | 98e1bea92790ded5c1a8497d40a6b316fb34ab56 (patch) | |
tree | ac3aeb6b69947a9044de3cb1e095acab0603a27a | |
parent | probably fix exception handling (diff) | |
download | ats-therm-98e1bea92790ded5c1a8497d40a6b316fb34ab56.tar.gz ats-therm-98e1bea92790ded5c1a8497d40a6b316fb34ab56.tar.bz2 ats-therm-98e1bea92790ded5c1a8497d40a6b316fb34ab56.zip |
more exception tweaking
-rwxr-xr-x | scan.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #!/usr/bin/env python import logging +import sys import asyncio from asyncio_simple_http_server import HttpServer, uri_mapping, HttpHeaders, HttpResponse from datetime import datetime, timezone |