diff --git a/source/Explore.py b/source/Explore.py index 99eaad5..3bee102 100644 --- a/source/Explore.py +++ b/source/Explore.py @@ -4,5 +4,6 @@ from re import compile class Explore: explore_data = compile(r'"noteDetailMap": (\{.*?})') - def __init__(self, html: str): + def __init__(self, html, url: str): self.html = html + self.url = url