diff --git a/qwarc/__init__.py b/qwarc/__init__.py index f4410ff..c017c98 100644 --- a/qwarc/__init__.py +++ b/qwarc/__init__.py @@ -118,7 +118,7 @@ class Item: @classmethod def _gen(cls): for x in cls.generate(): - yield (cls.itemType, x, STATUS_TODO) + yield (cls.itemType, x, STATUS_TODO) def add_item(self, itemClassOrType, itemValue): if issubclass(itemClassOrType, Item):