Foppe Hemminga il y a 6 ans
Parent
commit
e9b6b2b525
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      main.py

+ 2 - 0
main.py

@@ -73,10 +73,12 @@ if __name__ == '__main__':
                 id_alert = status['id']
                 url_alert = f'https://www.torn.com/profiles.php?XID={id_alert}'
                 add_here = ''
+                """
                 if minutes_to_go == 1:
                     add_here = '@here '
                 if 8 < minutes_to_go < 12:
                     add_here = '@here '
+                """
                 alert = add_here + \
                     f'Alert: {minutes_to_go} mins to attack [{name_alert} [{id_alert}]]({url_alert}). ' + \
                     f'Be there at {attack_time_time}!'