Let the formatter run at that
This commit is contained in:
parent
65e83ed885
commit
845de093ba
@ -179,14 +179,9 @@ def get_app_metadata(app_path):
|
||||
"source": match.split(",")[-1].replace("*", "").strip(),
|
||||
}
|
||||
elif title == "status":
|
||||
value = {
|
||||
"❶💚": 1,
|
||||
"❷💛": 2,
|
||||
"❸🍎": 3,
|
||||
"❹💣": 4,
|
||||
"?": 5,
|
||||
"": 5
|
||||
}[match.split(":")[-1].replace("*", "").strip()]
|
||||
value = {"❶💚": 1, "❷💛": 2, "❸🍎": 3, "❹💣": 4, "?": 5, "": 5}[
|
||||
match.split(":")[-1].replace("*", "").strip()
|
||||
]
|
||||
else:
|
||||
value = match.split(":")[-1].replace("*", "").strip()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user