From 3eb51523bbac47e71ed7ff7632f8857ab46ce255 Mon Sep 17 00:00:00 2001 From: Trygve Date: Sun, 31 Jul 2022 19:41:13 +0000 Subject: [PATCH] Fix config --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index eaf1006..70ea251 100644 --- a/config.py +++ b/config.py @@ -1,5 +1,5 @@ -config { - 'server_url': 'https://example.com', +config = { + 'url': 'https://example.com', 'username': '', 'password': '', 'yt_dlp_format': 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=mp4]/best',