diff --git a/app/routes.py b/app/routes.py index 51aedbe..1d37866 100644 --- a/app/routes.py +++ b/app/routes.py @@ -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 ####