dpp/dlt: fix typo

This commit is contained in:
pedro 2024-11-27 00:17:41 +01:00
parent 83719edc8e
commit f70c75a92f

View file

@ -245,4 +245,4 @@ COMMIT = config('COMMIT', default='')
# DLT SETTINGS
TOKEN_DLT = config("TOKEN_DLT", default=None)
API_DLT = config("API_DLT", default=None)
API_RESULVER = config("API_RESOLVER", default=None)
API_RESOLVER = config("API_RESOLVER", default=None)