How to generate _ranking.csv? #244
-
Hello all. Could anybody help with the after running
But, its not creating
Is something missing? P.S. the output prints and shows in the Terminal though, but wouldn't create a _ranking.csv. Any help to fix this issue and create _ranking.csv would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found a little bug and here's the fix. Simply replace this part of the code in
with this:
The Results: Enjoy :) |
Beta Was this translation helpful? Give feedback.
Found a little bug and here's the fix. Simply replace this part of the code in
./utils/rarity.js
file:with this:
The Results:
Enjoy :)