Fix game not running

This commit is contained in:
Mawoka
2025-08-01 13:59:38 +02:00
parent 986105c5a9
commit 9c5516eac4
3 changed files with 370 additions and 501 deletions
-6
View File
@@ -71,12 +71,6 @@ class Settings(BaseSettings):
s3_bucket_name: str = "classquiz"
s3_base_url: str | None
class Config:
env_file = ".env"
env_file_encoding = "utf-8"
env_nested_delimiter = "__"
extra = "allow"
async def initialize_arq():
# skipcq: PYL-W0603