Skip to content

Commit 24e6674

Browse files
Bugfix
1 parent ec65db7 commit 24e6674

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

detector/detector/detector.py

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def tqdm(x, *a, **kw): # type: ignore
5959
metrics = statsd.StatsClient("localhost", 8125, prefix="detector")
6060

6161
DBURI = "clickhouse://detector:detector@localhost/default?use_numpy=True"
62-
DBURI = "clickhouse://192.168.0.131/default?use_numpy=True"
6362
TCAI = ["test_name", "probe_cc", "probe_asn", "input"]
6463
tTCAI = ["t", "test_name", "probe_cc", "probe_asn", "input"]
6564

0 commit comments

Comments
 (0)