This commit is contained in:
Jason Schwarzenberger
2020-11-04 15:04:20 +13:00
parent 9edc8b7cca
commit e6976db25d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ DECLUTTER_API = 'https://declutter.1j.nz/details'
def get_html(url):
try:
logging.info(f'Declutter Scraper: {url}')
logging.info(f"Declutter Scraper: {url}")
details = get_details(url)
return details['content']
except: