mirror of https://github.com/9001/r0c.git
v1.5.3
This commit is contained in:
parent
e33ceaab4e
commit
aacea1f650
|
@ -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))
|
||||||
|
|
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue