fix an issue that elicense mod ignores logging level specification

This commit is contained in:
falsycat 2023-02-12 11:00:22 +09:00
parent d048878e58
commit 6705c77a57

View File

@ -7,7 +7,6 @@ import requests
def init(CONFIG, logger):
logger.setLevel(logging.DEBUG)
return Mod(CONFIG, logger)