Misc minor fixes

This commit is contained in:
Brett Williams
2025-02-28 18:50:44 -06:00
parent cdf4b2bbe1
commit 6b68d42b93
9 changed files with 69 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
from init import run
from src.init import run
if __name__ == '__main__':
run(server_only=True)