We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3673711 commit f48afcaCopy full SHA for f48afca
1 file changed
examples/set_background.py
@@ -102,4 +102,4 @@ def get_random_image(subreddit):
102
set_wallpaper(downloaded_image_name)
103
print(f"New wallpaper is: {chosen_image.title}")
104
print(f"View it on Imgur: {chosen_image.link}")
105
- print(f"Downloaded to: {downloaded_image_name}")
+ print(f"Downloaded file : {downloaded_image_name}")
0 commit comments