🎨 SourceIterator is not sized anymore

This commit is contained in:
GeoffreyCoulaud
2023-05-31 18:18:58 +02:00
parent ef63210a8f
commit a213abe4da
3 changed files with 2 additions and 26 deletions

View File

@@ -51,9 +51,6 @@ class SteamSourceIterator(SourceIterator):
self.manifests_iterator = iter(self.manifests)
def __len__(self):
return len(self.manifests)
def __next__(self):
"""Produce games"""