Skip to content

Commit

Permalink
Fix Get Talent Hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyveth committed Dec 18, 2022
1 parent b205f22 commit 67908af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WepApiScrapingData/Utils/ScrapingDataUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ public static void GetStats(string urlStats, PokemonJson dataJson, int option)
Debug.WriteLine(newUrl);

GetStatsPokemon(response, dataJson);
GetTalentHidden(response, dataJson);
//GetTalentHidden(response, dataJson);
//GetAttackPokemon(response, dataJson);
}

Expand Down

0 comments on commit 67908af

Please sign in to comment.