From 3526ae93a12509a6bbcf8b313230c5632f28197a Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 16 May 2023 03:00:46 +0300 Subject: [PATCH] i.staging.rdrama.net doesn't exist --- files/helpers/config/const.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 67b211072..8e823f2d7 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -65,7 +65,8 @@ else: SITE_FULL_IMAGES = f'https://{SITE_IMAGES}' if SITE == 'staging.rdrama.net': - SITE_FULL_IMAGES = 'https://i.rdrama.net' + SITE_IMAGES = 'i.rdrama.net' + SITE_FULL_IMAGES = f'https://{SITE_IMAGES}' LOGGED_IN_CACHE_KEY = "loggedin" LOGGED_OUT_CACHE_KEY = "loggedout"