mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
Update Message
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ if response.status_code == 200:
|
|||||||
for title in game_titles:
|
for title in game_titles:
|
||||||
print(title)
|
print(title)
|
||||||
else:
|
else:
|
||||||
print("No game titles found. Report this on Github.")
|
print("No game titles found. Please report this on Github.")
|
||||||
else:
|
else:
|
||||||
print(f"Failed to retrieve the page. Status code: {response.status_code}")
|
print(f"Failed to retrieve the page. Status code: {response.status_code}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user