mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
Undo accidental commit
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
from lib.server.job_server import start_server
|
from lib.server.job_server import start_server
|
||||||
|
|
||||||
import ssl
|
|
||||||
ssl.OPENSSL_VERSION = ssl.OPENSSL_VERSION.replace("LibreSSL", "OpenSSL")
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
start_server()
|
start_server()
|
||||||
|
|||||||
Reference in New Issue
Block a user