stupid mistake.

This commit is contained in:
Dan 2020-10-21 16:45:26 -04:00
parent 5504c021bc
commit 079040263a

View File

@ -11,7 +11,7 @@ from apscheduler.schedulers.background import BackgroundScheduler
from communicator.api import admin
def within_notification_window(self):
def within_notification_window():
"""Where 'reasaonable' is between 8am and 10pm. """
tz = pytz.timezone('US/Eastern')
now = (datetime.now(tz))