default dir to ./scripts/

This commit is contained in:
2022-05-10 11:25:56 +02:00
parent 37075b3494
commit 03c9a3b08f

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3
DIR = "."
DIR = "./scripts/"
HOST = "localhost"
PORT = 9090