set registrations to true because there is no key in the config file
This commit is contained in:
parent
b4a3326ce4
commit
214500e707
@ -31,7 +31,7 @@ config = json.load(open('yotter-config.json'))
|
||||
##########################
|
||||
NITTERINSTANCE = config['nitterInstance'] # Must be https://.../
|
||||
YOUTUBERSS = "https://www.youtube.com/feeds/videos.xml?channel_id="
|
||||
REGISTRATIONS = config['registrations']
|
||||
REGISTRATIONS = True
|
||||
|
||||
##########################
|
||||
#### Global variables ####
|
||||
|
Reference in New Issue
Block a user