aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fetch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fetch.py b/fetch.py
index 16658724..a1c19ab5 100644
--- a/fetch.py
+++ b/fetch.py
@@ -8,7 +8,6 @@
# to fetch articles every 30 minutes.
import sys
-import conf
from pyaggr3g470r import feedgetter
if __name__ == "__main__":
bgstack15