fix bug in previous commit

forgot to import digobs module in the scraper script
This commit is contained in:
Benjamin Mako Hill 2020-04-01 18:22:36 -05:00
parent 427eddd141
commit b26a2b5a86

View File

@ -25,6 +25,7 @@ import logging
import re import re
import math import math
from bs4 import BeautifulSoup from bs4 import BeautifulSoup
import digobs
def parse_args(): def parse_args():