summaryrefslogtreecommitdiff
path: root/monitor/josef_leveldb.py
diff options
context:
space:
mode:
Diffstat (limited to 'monitor/josef_leveldb.py')
-rwxr-xr-xmonitor/josef_leveldb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/josef_leveldb.py b/monitor/josef_leveldb.py
index 9c6f77d..1b6dacc 100755
--- a/monitor/josef_leveldb.py
+++ b/monitor/josef_leveldb.py
@@ -15,7 +15,7 @@ dbs = {}
def match_domain(d1, d2):
# Exact match
- if d1 == d2:
+ if str(d1) == str(d2):
return True
# Wildcard match