|
|
@@ -100,7 +100,7 @@ def cron():
|
|
|
player_json = json.loads(response.text)
|
|
|
# pprint(faction_json)
|
|
|
if 'error' in player_json:
|
|
|
- print(f"{player['maintainer']}")
|
|
|
+ print(f"maintainer: {player['maintainer']}")
|
|
|
pprint(player_json)
|
|
|
_send(player['maintainer'], '```'+pformat(player_json)+'```')
|
|
|
break
|