This commit is contained in:
ed 2023-10-10 03:32:22 +00:00
parent e33ceaab4e
commit aacea1f650
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VERSION = (1, 5, 2) VERSION = (1, 5, 3)
BUILD_DT = (2023, 10, 10) BUILD_DT = (2023, 10, 10)
S_VERSION = u".".join(map(str, VERSION)) S_VERSION = u".".join(map(str, VERSION))

View File

@ -191,7 +191,7 @@ class VT100_Server(object):
with self.world.mutex: with self.world.mutex:
# Util.whoops("client part") # Util.whoops("client part")
Util.Daemon(Util.close_sck, "close_%s" % (remote.user.nick), (remote.sck,)) Util.Daemon(Util.close_sck, "sclose", (remote.sck,))
if announce: if announce:
print( print(