We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd01c6 commit 5eff1adCopy full SHA for 5eff1ad
Pi_Hole_Ad_Blocker/stats.py
@@ -101,7 +101,7 @@
101
DNSQUERIES = data["queries"]["total"]
102
ADSBLOCKED = data["queries"]["blocked"]
103
CLIENTS = data["clients"]["total"]
104
- except (KeyError, requests.RequestException, json.JSONDecodeError):
+ except (KeyError, requests.RequestException):
105
DNSQUERIES = 0
106
ADSBLOCKED = 0
107
CLIENTS = 0
0 commit comments