Make main file executable
This commit is contained in:
parent
8d1e95e5b4
commit
e6b707e3d7
1 changed files with 2 additions and 0 deletions
2
app/app.py
Normal file → Executable file
2
app/app.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
"Main Haldis script"
|
||||
import logging
|
||||
from logging.handlers import TimedRotatingFileHandler
|
||||
|
|
Loading…
Reference in a new issue