diff options
author | Galen Guyer <galen@galenguyer.com> | 2022-01-11 19:21:00 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2022-01-11 19:21:00 -0500 |
commit | 29ffe851e571b4e9d419686111f6a09106428a29 (patch) | |
tree | e6d2f25313b5325c6c0e817eaa728ce731b01b14 /poller | |
parent | 46dadf04f9335290cc18b4a358cee47544735a63 (diff) |
update dashboard url
Diffstat (limited to 'poller')
-rw-r--r-- | poller/commands.py | 2 |
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') |