diff --git a/source/mauflix/settings.py b/source/mauflix/settings.py index 32cd8fd..b2a6cfc 100644 --- a/source/mauflix/settings.py +++ b/source/mauflix/settings.py @@ -21,6 +21,7 @@ from .conf import ( TOKEN_TELEGRAM, CHAT_ID, API_TOKEN, + URL_CDN, URL_DEBUG, ) @@ -144,6 +145,4 @@ DISALLOWED_USER_AGENTS = ( SESSION_EXPIRE_AT_BROWSER_CLOSE = True SESSION_COOKIE_AGE = 3600 -# ~ URL_CDN = "https://mauflix.cuates.net/{}" -URL_CDN = "http:/124.124.24.24/mauflix" URL_MASTODON = "https://mstdn.mx/"