diff options
author | Matt Arnold | 2025-04-16 10:59:56 -0400 |
---|---|---|
committer | Matt Arnold | 2025-04-16 10:59:56 -0400 |
commit | 5ac700d8dd4c2a22aff20226e426302b6c2c46ab (patch) | |
tree | 06aff11864d94100fa53f03072f1b3acd4e5abda | |
parent | 2121722cef18c7deb85a5a1e21d9e81a2609ab42 (diff) |
make app self booting
-rwxr-xr-x[-rw-r--r--] | app.py | 1 |
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 |