1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-01 09:00:15 +02:00
This commit is contained in:
Alexandre Flament 2021-04-24 07:19:44 +02:00 committed by GitHub
parent a7b9eca98a
commit 525bfe7830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ def initialize(engine_names=None):
""" """
Initialize metrics Initialize metrics
""" """
global counter_storage, histogram_storage # pylint: disable=global-statement global counter_storage, histogram_storage # pylint: disable=global-statement
counter_storage = CounterStorage() counter_storage = CounterStorage()
histogram_storage = HistogramStorage() histogram_storage = HistogramStorage()