diff options
-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') |