Skip to content

Commit

Permalink
v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Oct 10, 2023
1 parent e33ceaa commit aacea1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion r0c/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 5, 2)
VERSION = (1, 5, 3)
BUILD_DT = (2023, 10, 10)

S_VERSION = u".".join(map(str, VERSION))
Expand Down
2 changes: 1 addition & 1 deletion r0c/ivt100.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def part(self, remote, announce=True):

with self.world.mutex:
# 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:
print(
Expand Down

0 comments on commit aacea1f

Please sign in to comment.