Fixed fatal typo

This commit is contained in:
Frisk 2018-06-19 14:57:56 +02:00
parent 32ddbedb42
commit 1801d02b2a
No known key found for this signature in database
GPG key ID: 0E9A7D3C0A01586C
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: RcGcDw\n" "Project-Id-Version: RcGcDw\n"
"POT-Creation-Date: 2018-06-18 16:13+0200\n" "POT-Creation-Date: 2018-06-18 16:13+0200\n"
"PO-Revision-Date: 2018-06-18 17:24+0200\n" "PO-Revision-Date: 2018-06-19 14:46+0200\n"
"Last-Translator: Frisk <piotrex43@protonmail.ch>\n" "Last-Translator: Frisk <piotrex43@protonmail.ch>\n"
"Language-Team: \n" "Language-Team: \n"
"Language: pl\n" "Language: pl\n"
@ -40,7 +40,7 @@ msgid "**No license!**"
msgstr "**Brak licencji!**" msgstr "**Brak licencji!**"
msgid "([preview]({link}))" msgid "([preview]({link}))"
msgstr "([podgląd]({link})" msgstr "([podgląd]({link}))"
msgid "" msgid ""
"{desc}\n" "{desc}\n"

View file

@ -268,7 +268,7 @@ def webhook_formatter(action, STATIC, **params):
logging.warning("No entry for {event} with params: {params}".format(event=action, params=params)) logging.warning("No entry for {event} with params: {params}".format(event=action, params=params))
embed["author"]["name"] = params["user"] embed["author"]["name"] = params["user"]
embed["author"]["url"] = author_url embed["author"]["url"] = author_url
embed["auther"]["icon"] = STATIC["icon"] embed["author"]["icon"] = STATIC["icon"]
embed["url"] = link embed["url"] = link
if "desc" not in params: if "desc" not in params:
params["desc"] = "" params["desc"] = ""