default target_user
to None so the var always exists
This commit is contained in:
parent
f188969666
commit
7628e6f7fc
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
|
|
||||||
def _find_setting(self, event):
|
def _find_setting(self, event):
|
||||||
query = None
|
query = None
|
||||||
|
target_user = None
|
||||||
|
|
||||||
if event["args"]:
|
if event["args"]:
|
||||||
query = event["args"]
|
query = event["args"]
|
||||||
|
|
Loading…
Reference in a new issue