mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Forgot about license string
This commit is contained in:
parent
2ada659237
commit
3c2f540a4c
|
@ -554,7 +554,7 @@ def embed_formatter(action, change, parsed_comment, categories):
|
|||
"Given regex for the license detection is incorrect. Please fix license_regex or license_regex_detect values in the config!")
|
||||
license = "?"
|
||||
if license is not None:
|
||||
parsed_comment += "\n{}".format(license)
|
||||
parsed_comment += "\nLicense: {}".format(license)
|
||||
if additional_info_retrieved:
|
||||
embed["fields"] = [
|
||||
{"name": _("Options"), "value": _("([preview]({link}))").format(link=embed["image"]["url"])}]
|
||||
|
|
Loading…
Reference in a new issue