coollsd commited on
Commit
2ca4773
1 Parent(s): 1cbf27e

Update leaderboard.py

Browse files
Files changed (1) hide show
  1. leaderboard.py +1 -1
leaderboard.py CHANGED
@@ -3,7 +3,7 @@ import time
3
  import json
4
  from discord_webhook import DiscordWebhook, DiscordEmbed
5
 
6
- proclubs_memberscareer_api = "https://proclubs.ea.com/api/fc/members/career/stats?platform=common-gen5&clubId=481259"
7
  keepthescore_api = "https://keepthescore.com/api/yrnfhgqvjhcyp/board/"
8
  headers = {
9
  "User-Agent": "Mozilla/5.0",
 
3
  import json
4
  from discord_webhook import DiscordWebhook, DiscordEmbed
5
 
6
+ proclubs_memberscareer_api = "https://fcleaderboard.deno.dev/"
7
  keepthescore_api = "https://keepthescore.com/api/yrnfhgqvjhcyp/board/"
8
  headers = {
9
  "User-Agent": "Mozilla/5.0",