room edit fix

This commit is contained in:
Igor Loskutov
2025-09-02 20:00:35 -04:00
parent 5e4f519c83
commit 97f6db5556
2 changed files with 6 additions and 2 deletions

View File

@@ -197,6 +197,7 @@ async def rooms_create_meeting(
end_date = current_time + timedelta(hours=8)
whereby_meeting = await create_meeting("", end_date=end_date, room=room)
await upload_logo(whereby_meeting["roomName"], "./images/logo.png")
# Now try to save to database