Fix logging error

This commit is contained in:
Shivam Jha 2020-03-16 10:56:04 +05:30 committed by GitHub
parent 1ebd416f42
commit 6ceb2ea8de
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ LOGGER = logging.getLogger(__name__)
try:
if bool(getConfig('_____REMOVE_THIS_LINE_____')):
logging.ERROR('The README.md file there to be read! Exiting now!')
logging.error('The README.md file there to be read! Exiting now!')
exit()
except KeyError:
pass