This commit is contained in:
Hafitz Setya 2021-04-27 06:12:49 +07:00 committed by GitHub
parent 0e583811e4
commit 684ef8120c
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ except KeyError:
try:
UPTOBOX_TOKEN = getConfig('UPTOBOX_TOKEN')
except KeyError:
logging.warning('UPTOBOX_TOKEN not provided!')
logging.info('UPTOBOX_TOKEN not provided!')
UPTOBOX_TOKEN = None
try:
INDEX_URL = getConfig('INDEX_URL')