Update routes.py
This commit is contained in:
parent
5c9d19f5d7
commit
4fb8e0ae77
@ -32,7 +32,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 = True
|
REGISTRATIONS = config['registrations']
|
||||||
|
|
||||||
##########################
|
##########################
|
||||||
#### Global variables ####
|
#### Global variables ####
|
||||||
|
Reference in New Issue
Block a user