mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Fixed send_email
This commit is contained in:
parent
3125860f08
commit
d356426e00
@ -1612,7 +1612,7 @@ def send_email():
|
|||||||
global errorem
|
global errorem
|
||||||
global attachl
|
global attachl
|
||||||
global html
|
global html
|
||||||
if(not args.config):
|
if(not args.list):
|
||||||
sys.exit()
|
sys.exit()
|
||||||
element = parsed.getElementsByTagName("email")[0]
|
element = parsed.getElementsByTagName("email")[0]
|
||||||
toval = element.getAttribute("value").encode().decode("utf-8")
|
toval = element.getAttribute("value").encode().decode("utf-8")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user