mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-18 03:01:03 +01: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):
|
||||
theme_file = user_theme_file
|
||||
|
||||
elif os.path.isfile(theme_file):
|
||||
theme_file = theme_file
|
||||
|
||||
elif input_file == "random":
|
||||
themes = [theme.path for theme in index()]
|
||||
random.shuffle(themes)
|
||||
|
Loading…
Reference in New Issue
Block a user