mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-23 20:38:13 +00:00
fix another stupid mistake in the scheduler.
This commit is contained in:
parent
079040263a
commit
09ad4d6de2
@ -98,7 +98,7 @@ def notify_by_text(file_name=None, retry=False):
|
||||
return "Task scheduled and running the background"
|
||||
|
||||
|
||||
def _notify_by_text(file_name, retry=False):
|
||||
def _notify_by_text(file_name=None, retry=False):
|
||||
"""Sends out notifications via SMS Message, but only at reasonable times of day,
|
||||
Can be resticted to a specific file name, and will attempt to retry on previous
|
||||
failures if requested to do so. """
|
||||
|
Loading…
x
Reference in New Issue
Block a user