1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 01:22:19 +03:00

fixed log wording

This commit is contained in:
A_D 2021-03-11 21:07:02 +02:00 committed by Athanasius
parent ee4451560a
commit e4c0703142

View File

@ -256,7 +256,7 @@ class AbstractConfig(abc.ABC):
:raises OSError: on windows, if a registry error occurs.
"""
warnings.warn(DeprecationWarning('getint is Deprecated. Use get_int instead'))
logger.debug('Attempt to use Deprecated get_int() method\n' + ''.join(traceback.format_stack()))
logger.debug('Attempt to use Deprecated getint() method\n' + ''.join(traceback.format_stack()))
return self.get_int(key, default=default)