Add secret to default configs

This commit is contained in:
Christoph Stahl 2023-11-07 23:30:56 +01:00
parent 4d130e0599
commit e3a30d5f2b

View file

@ -66,6 +66,7 @@ currentLock: asyncio.Semaphore = asyncio.Semaphore(0)
def default_config() -> dict[str, Optional[int | str]]:
return {
"preview_duration": 3,
"secret": None,
"last_song": None,
"waiting_room_policy": None,
}