aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bandai_namco/wmmt.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bandai_namco/wmmt.py b/bandai_namco/wmmt.py
index d75e0b5..1d5ea66 100644
--- a/bandai_namco/wmmt.py
+++ b/bandai_namco/wmmt.py
@@ -167,7 +167,7 @@ def make_wmmt_news_extractor(identifier: str, version: constants.WANGAN_MAXI_VER
content = first_p.get_text(" ", strip=True) if first_p else ""
images = []
for img in container.select("img"):
- src = img.get("src").replace("./","").lstip("/")
+ src = img.get("src").replace("./","").lstrip("/")
if not src:
continue
if data["type"] == "EVENTS":
@@ -205,7 +205,7 @@ def make_wmmt_news_extractor(identifier: str, version: constants.WANGAN_MAXI_VER
content = first_p.get_text(" ", strip=True) if first_p else ""
images = []
for img in container.select("img"):
- src = img.get("src").replace("./","").lstip("/")
+ src = img.get("src").replace("./","").lstrip("/")
if not src:
continue
if data["type"] == "EVENTS":
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage