fix another stupid mistake in the scheduler.

This commit is contained in:
Dan 2020-10-22 13:32:27 -04:00
parent 079040263a
commit 09ad4d6de2

View File

@ -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. """