make proxy optional

This commit is contained in:
Mootfrost 2025-04-17 22:41:27 +03:00
parent e98bc96744
commit 2f19c6e189

View file

@ -30,7 +30,7 @@ class Config(BaseSettings):
yt: GoogleApiCreds
ymusic: OauthCreds
proxy: str
proxy: str = ''
root_url: str
jwt_secret: str