style: commas and spaces

This commit is contained in:
npdev453 2020-11-24 12:57:50 +03:00 committed by GitHub
parent 1d180a7e17
commit 89119f88ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,8 +79,8 @@ def flatten_colors(colors):
Flatten dicts and convert colors to util.Color()"""
wallpaper_path = colors["wallpaper"]
if os == "Windows" :
wallpaper_path = wallpaper_path.replace("\\","\\\\")
if os == "Windows":
wallpaper_path = wallpaper_path.replace("\\", "\\\\")
all_colors = {"wallpaper": wallpaper_path,
"alpha": colors["alpha"],