mirror of
https://github.com/9001/copyparty.git
synced 2026-04-02 03:00:05 -04:00
clean shutdown
This commit is contained in:
@@ -34,6 +34,9 @@ class HttpSrv(object):
|
||||
with self.mutex:
|
||||
return len(self.clients)
|
||||
|
||||
def shutdown(self):
|
||||
print("ok bye")
|
||||
|
||||
def thr_client(self, sck, addr, log):
|
||||
"""thread managing one tcp client"""
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user