Skip to content

Commit aacea1f

Browse files
committed
v1.5.3
1 parent e33ceaa commit aacea1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

r0c/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 5, 2)
1+
VERSION = (1, 5, 3)
22
BUILD_DT = (2023, 10, 10)
33

44
S_VERSION = u".".join(map(str, VERSION))

r0c/ivt100.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def part(self, remote, announce=True):
191191

192192
with self.world.mutex:
193193
# Util.whoops("client part")
194-
Util.Daemon(Util.close_sck, "close_%s" % (remote.user.nick), (remote.sck,))
194+
Util.Daemon(Util.close_sck, "sclose", (remote.sck,))
195195

196196
if announce:
197197
print(

0 commit comments

Comments
 (0)