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(),
|
"source": match.split(",")[-1].replace("*", "").strip(),
|
||||||
}
|
}
|
||||||
elif title == "status":
|
elif title == "status":
|
||||||
value = {
|
value = {"❶💚": 1, "❷💛": 2, "❸🍎": 3, "❹💣": 4, "?": 5, "": 5}[
|
||||||
"❶💚": 1,
|
match.split(":")[-1].replace("*", "").strip()
|
||||||
"❷💛": 2,
|
]
|
||||||
"❸🍎": 3,
|
|
||||||
"❹💣": 4,
|
|
||||||
"?": 5,
|
|
||||||
"": 5
|
|
||||||
}[match.split(":")[-1].replace("*", "").strip()]
|
|
||||||
else:
|
else:
|
||||||
value = match.split(":")[-1].replace("*", "").strip()
|
value = match.split(":")[-1].replace("*", "").strip()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user