add first config readme

This commit is contained in:
Bastian Schroll 2019-03-09 12:40:10 +01:00
parent d1d0624a36
commit 6891616215
3 changed files with 65 additions and 9 deletions

View file

@ -33,7 +33,6 @@ class BoswatchModule(Module):
def onLoad(self):
"""!Called by import of the plugin"""
print(self.config)
pass
def doWork(self, bwPacket):