From 7cc59d1b754c9ec156fb855d5ab06c43801770cc Mon Sep 17 00:00:00 2001 From: Noe <101264710+Vxrtrauter@users.noreply.github.com> Date: Sat, 21 Dec 2024 23:46:03 +0100 Subject: [PATCH] Update Message --- core/scraper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scraper.py b/core/scraper.py index b9f3682..1b531ec 100644 --- a/core/scraper.py +++ b/core/scraper.py @@ -43,7 +43,7 @@ if response.status_code == 200: for title in game_titles: print(title) else: - print("No game titles found. Report this on Github.") + print("No game titles found. Please report this on Github.") else: print(f"Failed to retrieve the page. Status code: {response.status_code}")