mirror of
https://github.com/RedDeadDepresso/KKAFIO.git
synced 2025-12-23 09:50:01 +00:00
feat: thread manager
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user