Fix config

This commit is contained in:
Trygve 2022-07-31 19:41:13 +00:00
parent c86eecfad1
commit 3eb51523bb
1 changed files with 2 additions and 2 deletions

View File

@ -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',