mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
Merge remote-tracking branch 'origin/master'
Conflicts: data/v2/build.py
This commit is contained in:
commit
28035e5aeb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
# If you don't need all of the data just go into data/v2/build.py and
|
||||
# comment out everything but what you need to build the tables you're looking for.
|
||||
# This might be useful because some of the csv files are massive
|
||||
# (pokemon_moves expecially) and it can take about 30 minutes to build everything.
|
||||
# (pokemon_moves expecially) and it can take about 25 minutes to build everything.
|
||||
|
||||
import csv
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue