Skip to content

Commit 480818c

Browse files
authored
Merge pull request #138 from ferune/patch-1
modify iterator.py: _clan_war to clan_war
2 parents e9d69da + 8332c71 commit 480818c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coc/iterators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ async def _next(self):
171171
return None
172172
elif self.clan_tag is None:
173173
return war
174-
elif war._clan_tag != self.clan_tag:
174+
elif war.clan_tag != self.clan_tag:
175175
return await self._next()
176176
else:
177177
return war

0 commit comments

Comments
 (0)