mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-06 03:46:44 +03:00
added param to Config constructor
This commit is contained in:
@@ -21,5 +21,5 @@
|
||||
"name": ""
|
||||
}
|
||||
],
|
||||
"use_proxy": true
|
||||
"use_proxy": false
|
||||
}
|
||||
|
||||
@@ -44,6 +44,7 @@ class Config:
|
||||
self.minimum_skip_length = 1
|
||||
self.auto_play = True
|
||||
self.join_name = "iSponsorBlockTV"
|
||||
self.use_proxy = False
|
||||
self.__load()
|
||||
|
||||
def validate(self):
|
||||
|
||||
Reference in New Issue
Block a user