From 3ab32286d4d8453cd9800347136429bd4f0340e2 Mon Sep 17 00:00:00 2001 From: Youu460 Date: Tue, 29 Oct 2024 21:46:12 +0530 Subject: [PATCH] Update info.py --- info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.py b/info.py index 3270131..eb94425 100644 --- a/info.py +++ b/info.py @@ -75,6 +75,6 @@ def is_enabled(value, default): FILE_REQ_CHANNEL = int(environ.get('FILE_REQ_CHANNEL', LOG_CHANNEL)) -SHORTNER_SITE = environ.get('SHORTNER_SITE', '') #Put Only Shortner Site domain don't put like this https://tnlink.in/ +SHORTNER_SITE = environ.get('SHORTNER_SITE', 'False') #Put Only Shortner Site domain don't put like this https://tnlink.in/ -SHORTNER_API = environ.get('SHORTNER_API', '') +SHORTNER_API = environ.get('SHORTNER_API', 'False')