Remove additional ")"s in modules/eval_python.py
This commit is contained in:
parent
34c13c7916
commit
11944e348b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Module(ModuleManager.BaseModule):
|
|||
pass
|
||||
|
||||
if page:
|
||||
out = page.split("</b></span><br>", 1)[1].strip("\n")))
|
||||
out = page.split("</b></span><br>", 1)[1].strip("\n")
|
||||
out = html.unescape(out)
|
||||
event["stdout"].write("%s: %s" % (event["user"].nickname, out))
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue