Unregister from zeroconf on script end

This commit is contained in:
Brett Williams
2023-06-02 16:36:33 -05:00
parent 40edb26614
commit cf79555653
2 changed files with 14 additions and 8 deletions

View File

@@ -1,5 +1,8 @@
#!/usr/bin/env python3
from lib.server.job_server import start_server
import ssl
ssl.OPENSSL_VERSION = ssl.OPENSSL_VERSION.replace("LibreSSL", "OpenSSL")
if __name__ == '__main__':
start_server()