add closed registrations

This commit is contained in:
pluja 2020-08-30 01:16:51 +02:00
parent c82640991f
commit 5e1d347711

View File

@ -27,7 +27,7 @@ import re
##########################
NITTERINSTANCE = "https://nitter.net/" # Must be https://.../
YOUTUBERSS = "https://www.youtube.com/feeds/videos.xml?channel_id="
REGISTRATIONS = False
REGISTRATIONS = True
##########################
#### Global variables ####