mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-24 20:55:19 +02:00
misc: cleanup
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user