From 6b4c5a940ac70ac5633d350780f48e02df6952a3 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Fri, 6 May 2022 14:04:35 -0400 Subject: [PATCH] test --- spicebot_command_devexcuse/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/spicebot_command_devexcuse/__init__.py b/spicebot_command_devexcuse/__init__.py index 1d582e9..0aa87ac 100644 --- a/spicebot_command_devexcuse/__init__.py +++ b/spicebot_command_devexcuse/__init__.py @@ -23,5 +23,3 @@ def fetch_string(): title_elem = tree.xpath('/html/body/div[1]/center/a')[0].text fetched_str = str(title_elem) return fetched_str - # .wrapper > center:nth-child(1) > a:nth-child(1) - # /html/body/div[1]/center/a