try hello message
This commit is contained in:
@@ -73,7 +73,7 @@ class BackBoardManager:
|
||||
self.backboards[user_uuid] = Backboard(user_uuid,username, course_id, lesson_id, root_path)
|
||||
|
||||
def get_backboard(self, user_uuid) -> Backboard:
|
||||
return self.backboards[user_uuid]
|
||||
return self.backboards.get(user_uuid, None)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user