Commit a7423529 authored by Romain Courteaud's avatar Romain Courteaud

Always output all sections

parent b6e99072
...@@ -126,9 +126,6 @@ class WebBot: ...@@ -126,9 +126,6 @@ class WebBot:
network_change["timestamp"].isoformat(timespec="minutes"), network_change["timestamp"].isoformat(timespec="minutes"),
) )
if not resolver_ip_list:
return
domain_list = self.calculateFullDomainList() domain_list = self.calculateFullDomainList()
# Report list of DNS query # Report list of DNS query
query = reportDnsQuery( query = reportDnsQuery(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment