summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatt Arnold2025-04-16 10:59:56 -0400
committerMatt Arnold2025-04-16 10:59:56 -0400
commit5ac700d8dd4c2a22aff20226e426302b6c2c46ab (patch)
tree06aff11864d94100fa53f03072f1b3acd4e5abda
parent2121722cef18c7deb85a5a1e21d9e81a2609ab42 (diff)
make app self booting
-rwxr-xr-x[-rw-r--r--]app.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.py b/app.py
index 5256939..1c94487 100644..100755
--- a/app.py
+++ b/app.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 from urllib.parse import urlparse as url_parse