Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit c1c14c7

Browse files
authored
Removed Extra Lines
1 parent 3578825 commit c1c14c7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Scripts/Miscellaneous/Windows_Wallpaper_Changer/background.py

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
from tkinter import Tk # from Tkinter import Tk for Python 2.x
22
from tkinter.filedialog import askopenfilename
33
import ctypes
4-
5-
6-
74
Tk().withdraw()
85
filename = askopenfilename()
96
SPI_SETDESKWALLPAPER = 20

0 commit comments

Comments
 (0)