aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2022-01-11 19:21:00 -0500
committerGalen Guyer <galen@galenguyer.com>2022-01-11 19:21:00 -0500
commit29ffe851e571b4e9d419686111f6a09106428a29 (patch)
treee6d2f25313b5325c6c0e817eaa728ce731b01b14
parent46dadf04f9335290cc18b4a358cee47544735a63 (diff)
update dashboard url
-rw-r--r--poller/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poller/commands.py b/poller/commands.py
index 8a4a6df..3f0a086 100644
--- a/poller/commands.py
+++ b/poller/commands.py
@@ -11,7 +11,7 @@ from bs4 import BeautifulSoup
from . import APP, db
from .models import Day
-DASHBOARD_URL = 'https://www.rit.edu/ready/fall-2021-dashboard'
+DASHBOARD_URL = 'https://www.rit.edu/ready/spring-2022-dashboard'
@APP.cli.command('import-history')