From 2e82ddc563cc13ce2dc07feb963e82c37acd6d3e Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 24 Aug 2024 20:28:56 -0400 Subject: [PATCH] modified: app.py --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 06ea335..8516898 100644 --- a/app.py +++ b/app.py @@ -2588,6 +2588,7 @@ def display_activity_info(room_name, username): "content": msg.content, } for msg in all_messages + if not msg.is_base64_image() ] # Prepare the rubric for grading