Make webhost directly executable

This commit is contained in:
Holly 2024-06-10 23:38:02 +00:00
parent 75bef3ddb1
commit 04efdf11d7
1 changed files with 2 additions and 0 deletions

2
WebHost.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import os
import multiprocessing
import logging