This commit is contained in:
deathbybandaid 2022-05-06 13:45:00 -04:00
parent 2b714411c7
commit ec579b51f9

View File

@ -20,7 +20,7 @@ def upper(bot, trigger, comrun):
def fetch_string():
content_url = 'http://developerexcuses.com'
content_page = requests.get(content_url, headers={'Accept': 'text/plain'})
fetched_str = content_page.text
fetched_str = content_page.content
return fetched_str