Skip to content

Commit 6efebfa

Browse files
committed
fix error
1 parent a57e762 commit 6efebfa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

blitzortung/cli/webservice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(self, db_connection_pool, log_directory):
9292
self.next_memory_info = 0.0
9393
self.minute_constraints = TimeConstraint(self.DEFAULT_MINUTE_LENGTH, self.MAX_MINUTES_PER_DAY)
9494

95-
self.metrics = StatsDMetrics(statsd_client)
95+
self.metrics = StatsDMetrics()
9696

9797
addSlash = True
9898

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = 'blitzortung'
3-
version = '1.11.30'
3+
version = '1.11.31'
44
description = 'blitzortung.org python modules'
55
authors = [
66
{name = "Andreas Würl",email = "andi@tryb.de"}

0 commit comments

Comments
 (0)