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

Commit fb77b1d

Browse files
committed
PEP-8
1 parent fbf372e commit fb77b1d

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
@@ -32,7 +32,7 @@ def setup(pathtofile,version):
3232

3333
if __name__ == "__main__":
3434
try:
35-
download(url, filename)
35+
download(url, file_name)
3636
setup(file_name)
3737
except Exception as e:
3838
print(f"Error {e}")

0 commit comments

Comments
 (0)