set registrations to true because there is no key in the config file

This commit is contained in:
0ihgk1uVBLlTBzVo7F9B 2020-09-04 14:26:27 +02:00
parent b4a3326ce4
commit 214500e707

View File

@ -31,7 +31,7 @@ config = json.load(open('yotter-config.json'))
########################## ##########################
NITTERINSTANCE = config['nitterInstance'] # Must be https://.../ NITTERINSTANCE = config['nitterInstance'] # Must be https://.../
YOUTUBERSS = "https://www.youtube.com/feeds/videos.xml?channel_id=" YOUTUBERSS = "https://www.youtube.com/feeds/videos.xml?channel_id="
REGISTRATIONS = config['registrations'] REGISTRATIONS = True
########################## ##########################
#### Global variables #### #### Global variables ####