Compare commits

..

2 commits

View file

@ -32,4 +32,7 @@ class ItemCountCollector(object):
yield counter yield counter
try:
REGISTRY.register(ItemCountCollector()) REGISTRY.register(ItemCountCollector())
except Exception as e:
print(e)