mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-16 10:03:52 -07:00
fixes 146
This commit is contained in:
parent
fa59ca466b
commit
159d3adf7a
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ class Upsidedownternet(Plugin):
|
|||
im.save(output, format=self.imageType)
|
||||
data = output.getvalue()
|
||||
output.close()
|
||||
self.clientlog.info("Flipped image".format(response.getClientIP()))
|
||||
self.clientlog.info("Flipped image", extra=request.clientInfo)
|
||||
except Exception as e:
|
||||
self.clientlog.info("Error: {}".format(response.getClientIP(), e))
|
||||
self.clientlog.info("Error: {}".format(e), extra=request.clientInfo)
|
||||
|
||||
return {'response': response, 'request': request, 'data': data}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue