feat: thread manager

This commit is contained in:
RedDeadDepresso
2024-07-25 01:03:06 +01:00
parent dfa783a699
commit 758d77fe4b
8 changed files with 84 additions and 82 deletions

View File

@@ -4,7 +4,8 @@ class Handler:
def loadConfig(self, config):
self.gamePath = config.get("Core", "GamePath")
self.config = config.get(str(self))
key = str(self).replace(" ", "")
self.config = config.get(key)
def handle(self, request):
pass