Add missing .data
on a utils.http.request Response object (define.py)
This commit is contained in:
parent
9658d0285e
commit
179cb40163
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class Module(ModuleManager.BaseModule):
|
|||
raise utils.EventError("Try again in a couple of seconds")
|
||||
|
||||
event["stdout"].write("Random Word: %s - Definition: %s" % (
|
||||
page["word"], definition["text"]))
|
||||
page.data["word"], definition["text"]))
|
||||
else:
|
||||
raise utils.EventsResultsError()
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue