|
|
@@ -57,7 +57,7 @@ if __name__ == '__main__':
|
|
|
print(t)
|
|
|
status['time_string'] = t
|
|
|
|
|
|
- if minutes_to_go < 20 and minutes_to_go % 5 == 0:
|
|
|
+ if minutes_to_go < 20 and minutes_to_go % 5 == 0 and minutes_to_go != 0:
|
|
|
name_alert = status['name']
|
|
|
id_alert = status['id']
|
|
|
url_alert = f'https://www.torn.com/profiles.php?XID={id_alert}'
|