From 2f19c6e189b4a869261d6763d613c95a51f7d472 Mon Sep 17 00:00:00 2001 From: Mootfrost Date: Thu, 17 Apr 2025 22:41:27 +0300 Subject: [PATCH] make proxy optional --- app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.py b/app/config.py index 364e0a0..a8ea384 100644 --- a/app/config.py +++ b/app/config.py @@ -30,7 +30,7 @@ class Config(BaseSettings): yt: GoogleApiCreds ymusic: OauthCreds - proxy: str + proxy: str = '' root_url: str jwt_secret: str