Added dynamic plugin loading. Made all dict keys lowercase so configuation keys are not case sensitive. And even some fixes.

This commit is contained in:
Johannes Findeisen 2022-09-27 23:19:10 +02:00
commit 947a14bdde
9 changed files with 38 additions and 22 deletions

View file

@ -1,3 +1,4 @@
[httpserver]
ip = 127.0.0.1
port = 4242
port = 4242
type=thread

2
etc/plugins/lish.conf Normal file
View file

@ -0,0 +1,2 @@
[lish]
type=none