mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-06-19 17:19:08 +02:00
misc: cleanup
This commit is contained in:
parent
3d3f9ce2c5
commit
a58a9037c8
@ -43,9 +43,6 @@ def file(input_file):
|
|||||||
elif os.path.isfile(user_theme_file):
|
elif os.path.isfile(user_theme_file):
|
||||||
theme_file = user_theme_file
|
theme_file = user_theme_file
|
||||||
|
|
||||||
elif os.path.isfile(theme_file):
|
|
||||||
theme_file = theme_file
|
|
||||||
|
|
||||||
elif input_file == "random":
|
elif input_file == "random":
|
||||||
themes = [theme.path for theme in index()]
|
themes = [theme.path for theme in index()]
|
||||||
random.shuffle(themes)
|
random.shuffle(themes)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user