Skip to content

Commit

Permalink
Update eruv_alerts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sliicy authored May 27, 2022
1 parent 8661ffa commit a136cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eruv_alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def army_to_meridian(input_time):
# Skip if user isn't subscribed via SMS, unless requested:
if non_sms_list[user_index].lower() != 'sms':
if arguments.include_non_sms:
print('\nSending SMS to a non SMS number!\n')
print('\nSending SMS to a non-SMS number!\n')
else:
continue

Expand Down

0 comments on commit a136cac

Please sign in to comment.