mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 07:40:41 -08:00
style: remove unnecessary comment
This commit is contained in:
@@ -24,7 +24,6 @@ SEPARATOR_COLOR = "{SEPARATOR_COLOR}"
|
|||||||
PREFIX = "{PREFIX}"
|
PREFIX = "{PREFIX}"
|
||||||
SCALE_UP = "{SCALE_UP}" == "True"
|
SCALE_UP = "{SCALE_UP}" == "True"
|
||||||
|
|
||||||
# fzf passes the title with quotes, so we need to trim them
|
|
||||||
TITLE = sys.argv[1]
|
TITLE = sys.argv[1]
|
||||||
KEY = """{KEY}"""
|
KEY = """{KEY}"""
|
||||||
KEY = KEY + "-" if KEY else KEY
|
KEY = KEY + "-" if KEY else KEY
|
||||||
|
|||||||
Reference in New Issue
Block a user