|
@@ -62,7 +62,7 @@ if __name__ == '__main__':
|
|
|
name_alert = status['name']
|
|
name_alert = status['name']
|
|
|
id_alert = status['id']
|
|
id_alert = status['id']
|
|
|
url_alert = f'https://www.torn.com/profiles.php?XID={id_alert}'
|
|
url_alert = f'https://www.torn.com/profiles.php?XID={id_alert}'
|
|
|
- alert = f'Alert: {minutes_to_go} mins to attack [{name_alert} \[{id_alert}\]]({url_alert}). ' + \
|
|
|
|
|
|
|
+ alert = f'@here Alert: {minutes_to_go} mins to attack [{name_alert} \[{id_alert}\]]({url_alert}). ' + \
|
|
|
f'Be there at {attack_time_time}!'
|
|
f'Be there at {attack_time_time}!'
|
|
|
print('Sending alert')
|
|
print('Sending alert')
|
|
|
view.send_alert(alert)
|
|
view.send_alert(alert)
|