Add shebang line to listener.py for improved script execution

This commit is contained in:
Yaro Kasear 2025-04-30 14:36:10 -05:00
parent f360ae79e8
commit 2586d5fcca

View file

@ -1,3 +1,4 @@
#!/usr/bin/env python3
import os
import signal
import time