Skip to content

Commit

Permalink
dev(narugo): fix crawler for neuralcloud, ci skip
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Dec 5, 2023
1 parent 721905a commit 2e566b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoo/games/neuralcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def _crawl_index_from_online(self, session: requests.Session, maxcnt: Optional[i

jp_items = []
jp_skins = []
i = 0
i = 0
for _, (jpname, jp_page_url) in enumerate(tqdm(list(self._get_index_from_jpsite(session)))):
info = self._get_info_from_jpsite(session, jp_page_url)
if not info:
Expand Down

0 comments on commit 2e566b1

Please sign in to comment.