Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit fbf372e

Browse files
committed
more PEP-8
1 parent 10a0d26 commit fbf372e

File tree

1 file changed

+1
-1
lines changed
  • projects/write a script to download a random image from unsplash and set it as wallpaper

1 file changed

+1
-1
lines changed

projects/write a script to download a random image from unsplash and set it as wallpaper/background_windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66

77
url = "https://source.unsplash.com/random"
8-
filename = "random.jpg"
8+
file_name = "random.jpg"
99

1010
def is_64bit():
1111
return sys.maxsize > 2 ** 32

0 commit comments

Comments
 (0)