add missing logger

pull/94/head
eric 2020-09-02 11:42:53 -04:00
parent 610f3972ac
commit 7d6f0cd40c
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import requests
from django.conf import settings
logger = logging.getLogger(__name__)
def get_soup(url, user_agent=settings.USER_AGENT):
try: