Skip to content

Commit

Permalink
Fix: event_type
Browse files Browse the repository at this point in the history
  • Loading branch information
14KGun committed Oct 12, 2023
1 parent 214c0cd commit 4deebaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)])
Expand Down

0 comments on commit 4deebaa

Please sign in to comment.