Update server.py

This commit is contained in:
Namhyeon Go 2024-02-28 16:40:08 +09:00 committed by GitHub
parent 62407018a8
commit d7f0531e21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ import socket
import sys
import os
from _thread import *
from subprocess import PIPE, Popen
import base64
import json
import ssl