feat: allow debug for plugin

This commit is contained in:
0xMRTT 2022-08-19 14:25:10 +02:00
parent 7f7c31cfcf
commit 7be6f6b799
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

View file

@ -182,5 +182,7 @@ class PluginEngine:
if __name__ == "__main__":
import sys
sys.path.append("/usr/local/lib/python3.10/site-packages/")
engine = PluginEngine()
engine.start()