remove extra slash
This commit is contained in:
parent
83da7e70f9
commit
6e4283ad26
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ class MastodonEmailBridge:
|
|||
"format": "text",
|
||||
}
|
||||
response = self.translate_session.post(
|
||||
url=f"{self.config['libretranslate_url']}/",
|
||||
url=f"{self.config['libretranslate_url']}",
|
||||
data=data,
|
||||
)
|
||||
self._log.debug(
|
||||
|
|
Loading…
Reference in a new issue