Merge pull request #4587 from normanjaeckel/FixProjector

Fixed countdown on projector.
This commit is contained in:
Emanuel Schütze 2019-04-10 16:45:38 +02:00 committed by GitHub
commit e959ef9c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ async def countdown_slide(
"description": countdown["description"],
"running": countdown["running"],
"countdown_time": countdown["countdown_time"],
"warning_time": get_config(all_data, "agenda_countdown_warning_time"),
"warning_time": await get_config(all_data, "agenda_countdown_warning_time"),
}