From 03bf0d63655d7f1bb187ff71ab584837f5a5694b Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Thu, 5 Nov 2020 15:35:27 -0500 Subject: move interval back to 5 minutes --- poller/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poller/__init__.py b/poller/__init__.py index 7c5882b..20e5cc8 100644 --- a/poller/__init__.py +++ b/poller/__init__.py @@ -10,7 +10,7 @@ from flask import Flask, jsonify import requests from bs4 import BeautifulSoup -POOL_TIME = 1 * 60 # Seconds +POOL_TIME = 5 * 60 # Seconds DASHBOARD_URL = 'https://rit.edu/ready/dashboard' LATEST_DATA = None data_thread = threading.Thread() -- cgit v1.2.3