Compare commits

..

No commits in common. "a2f7682c6fbb09c7828d0ebc77a48416aa1887df" and "598f758332429fe7765ad32a0e47fe57cab6a2c1" have entirely different histories.

View file

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