|
@@ -91,7 +91,7 @@ def cron():
|
|
|
for player in players:
|
|
for player in players:
|
|
|
# Rows for this maintainer
|
|
# Rows for this maintainer
|
|
|
print(f"{player['maintainer']} - {player['api']} - {player['player']} - {player['property']}")
|
|
print(f"{player['maintainer']} - {player['api']} - {player['player']} - {player['property']}")
|
|
|
- url = f"https://api.torn.com/user/{player['player']}?selections=personalstats,basic&key={player['api']}"
|
|
|
|
|
|
|
+ url = f"https://api.torn.com/user/{player['player']}?selections=personalstats,basic,crimes&key={player['api']}"
|
|
|
print(url)
|
|
print(url)
|
|
|
response = requests.get(url)
|
|
response = requests.get(url)
|
|
|
player_json = None
|
|
player_json = None
|