aboutsummaryrefslogtreecommitdiff
path: root/poller
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2020-11-05 15:42:58 -0500
committerGalen Guyer <galen@galenguyer.com>2020-11-05 15:42:58 -0500
commit78c070c079c13a67c96099e63a590b6467ceb197 (patch)
treeb74503cbeebc5d9246d66b8bb97d393af177e278 /poller
parentf8628ca4473f655e05d031e312dd5e7f92ff148c (diff)
hopefully fix dedup import
Diffstat (limited to 'poller')
-rw-r--r--poller/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poller/__init__.py b/poller/__init__.py
index f9d0d62..e711f06 100644
--- a/poller/__init__.py
+++ b/poller/__init__.py
@@ -10,7 +10,7 @@ from flask import Flask, jsonify
import requests
from bs4 import BeautifulSoup
-import dedup from .dedup
+from .dedup import dedup
POOL_TIME = 5 * 60 # Seconds
DASHBOARD_URL = 'https://rit.edu/ready/dashboard'