add .idea to .gitignore
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kim Oliver Drechsel 2021-08-07 20:27:17 +02:00
parent 59117866d6
commit 92722900d7

View File

@ -22,7 +22,8 @@ steps:
DEBUG_MODE: 'True'
TZ: 'Europe/Berlin'
commands:
- python3 -c "from loghandler import logger
- |
python3 -c "from loghandler import logger
def main():
logger.debug("This is a Debug Message")
logger.info("This is a Info Message")