Make main file executable

This commit is contained in:
Midgard 2020-01-24 15:38:03 +01:00
parent 8d1e95e5b4
commit e6b707e3d7
Signed by: midgard
GPG key ID: 511C112F1331BBB4

2
app/app.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
"Main Haldis script"
import logging
from logging.handlers import TimedRotatingFileHandler