Add a missing “return logs” in PrivateTab while loading the logs.
This commit is contained in:
parent
9770a40e5f
commit
ec40090cda
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ class PrivateTab(OneToOneTab):
|
|||
|
||||
def load_logs(self, log_nb):
|
||||
logs = logger.get_logs(safeJID(self.name).full.replace('/', '\\'), log_nb)
|
||||
return logs
|
||||
|
||||
def log_message(self, txt, nickname, time=None, typ=1):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue