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