Commit 46132ce06c7d692c892b9eb92ce74fcb9d16536e

Authored by Miguel Barão
1 parent 4375b994
Exists in master and in 1 other branch dev

minor

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -59,7 +59,7 @@ class LearnApp(object): @@ -59,7 +59,7 @@ class LearnApp(object):
59 if uid in self.online: 59 if uid in self.online:
60 logger.warning(f'User "{uid}" already logged in, overwriting state') 60 logger.warning(f'User "{uid}" already logged in, overwriting state')
61 else: 61 else:
62 - logger.info(f'User "{uid}" logged in successfully') 62 + logger.info(f'User "{uid}" logged in')
63 63
64 tt = s.query(StudentTopic).filter(StudentTopic.student_id == uid) 64 tt = s.query(StudentTopic).filter(StudentTopic.student_id == uid)
65 state = {t.topic_id: 65 state = {t.topic_id: