Skip to content

Commit f48afca

Browse files
committed
Align output text for prettiness
1 parent 3673711 commit f48afca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/set_background.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ def get_random_image(subreddit):
102102
set_wallpaper(downloaded_image_name)
103103
print(f"New wallpaper is: {chosen_image.title}")
104104
print(f"View it on Imgur: {chosen_image.link}")
105-
print(f"Downloaded to: {downloaded_image_name}")
105+
print(f"Downloaded file : {downloaded_image_name}")

0 commit comments

Comments
 (0)