First version of changed sessid->session change that starts properly. Not fully tested yet.
This commit is contained in:
parent
d496606a3c
commit
efefe3e5ff
11 changed files with 28 additions and 25 deletions
|
|
@ -620,7 +620,6 @@ class NickHandler(AttributeHandler):
|
|||
their nick equivalents.
|
||||
|
||||
"""
|
||||
raw_string
|
||||
obj_nicks, player_nicks = [], []
|
||||
for category in make_iter(categories):
|
||||
obj_nicks.extend([n for n in make_iter(self.get(category=category, return_obj=True)) if n])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue