Skip to content

Commit

Permalink
Merge pull request #14 from sparcs-kaist/#13-stop-2023-fall-event
Browse files Browse the repository at this point in the history
#13 2023 가을학기 한가위 송편 이벤트 홍보 종료
  • Loading branch information
14KGun authored Oct 12, 2023
2 parents 214c0cd + 4deebaa commit e02a130
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 e02a130

Please sign in to comment.