diff --git a/main.py b/main.py index af47ff2..9ea29c3 100644 --- a/main.py +++ b/main.py @@ -90,7 +90,7 @@ async def mainHandler(roomId: str): "name": roomInfo["name"], } - event_type = "event2023fall" # remove me + event_type = None # load background image img_og = Image.fromarray(images["background"] if event_type == None else images["background.{}".format(event_type)])