diff --git a/Docker/src/python/tHome/eagle/get.py b/Docker/src/python/tHome/eagle/get.py index 8048ef5..91ce6f3 100644 --- a/Docker/src/python/tHome/eagle/get.py +++ b/Docker/src/python/tHome/eagle/get.py @@ -6,7 +6,7 @@ from . import messages as msg #from .InstantDemand import InstantDemand #from .Reading import Reading #from .Total import Total -import xml.etree.ElementTree as ET +import defusedxml.ElementTree as ET import socket #==========================================================================