Update Message

This commit is contained in:
Noe
2024-12-21 23:46:03 +01:00
parent ce5a1c94a4
commit 7cc59d1b75
+1 -1
View File
@@ -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}")