Loneattic
Results
1
issues of
Loneattic
TestAsyncBadge ```python class TestAsyncBadge(Badge): async_ = True slug = "test_async_badge" levels = [ ... ] events = [ "something_awarded", ] multiple = False def award(self, **state): ... badges.register(TestAsyncBadge) ``` ```python...
bug