Add shebang line to listener.py for improved script execution
This commit is contained in:
parent
f360ae79e8
commit
2586d5fcca
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
import os
|
||||
import signal
|
||||
import time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue