add startup script (to make it runnable with python3 -m
)
This commit is contained in:
parent
7cc461f1b8
commit
830fb55352
1 changed files with 4 additions and 0 deletions
4
py_dynmap_honeypot/__main__.py
Normal file
4
py_dynmap_honeypot/__main__.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import uvicorn
|
||||
|
||||
if __name__ == "__main__":
|
||||
uvicorn.run("main:app", port=6872, log_level="info")
|
Loading…
Reference in a new issue