fix: win11 python3.12 fixes

This commit is contained in:
Dobin Rutishauser
2024-05-29 09:37:03 +02:00
parent 93b9ea8805
commit c11bd73534
5 changed files with 11 additions and 3 deletions
+2
View File
@@ -19,6 +19,8 @@ if __name__ == "__main__":
parser.add_argument('--debug', action='store_true', help='Debug', default=False)
args = parser.parse_args()
print("Listen on: {} {}".format(args.listenip, args.listenport))
root_folder = os.path.dirname(__file__)
app_folder = os.path.join(root_folder, 'app')