diff --git a/infoscreen/hsl_fetcher.py b/infoscreen/hsl_fetcher.py index f52097e..6ad17f7 100644 --- a/infoscreen/hsl_fetcher.py +++ b/infoscreen/hsl_fetcher.py @@ -14,7 +14,7 @@ from infoscreen.models import HSLDataModel class HSLFetcher: """Main class of Infoscreen HSL fetcher.""" - last_fetched = datetime.fromtimestamp(0) # epoch + last_fetched = datetime.fromtimestamp(86400) # epoch INTERVAL = 1 # minutes logging.info( "Set up scheduled HSL API fetch every {} minutes".format(INTERVAL)) diff --git a/requirements.txt b/requirements.txt index 5204367..ef7a2fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ ptyprocess==0.5.1 pytz==2016.4 simplegeneric==0.8.1 traitlets==4.2.1 -Pillow==3.3.1 +Pillow==4.3.0 requests==2.11.1 django-nocaptcha-recaptcha==0.0.19 django-cors-headers==2.0.1