Skip to content

Commit c2694c8

Browse files
committed
Add missing parenthesis in get_users
1 parent 834f7c4 commit c2694c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/chan_track.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def get_users(conn):
9393
:type conn: cloudbot.client.Client
9494
:rtype: UsersDict
9595
"""
96-
return conn.memory.setdefault("users", UsersDict)
96+
return conn.memory.setdefault("users", UsersDict())
9797

9898

9999
def get_chans(conn):

0 commit comments

Comments
 (0)