fix bbj weburl

This commit is contained in:
Ben Harris 2019-03-01 09:32:37 -05:00
parent 1296a65b39
commit a20a675e25
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ class BBJ:
body = reply.get("body", "")
body = sub(r">>\d\n\n", r"", body)
body = sub(r"\n", r" ", body)
php = "https://bbj.tilde.team/index.php"
php = "https://bbj.tildeverse.org/"
link = "{}?thread_id={}".format(php, thread_id)
for channel in self.channels:
response = "'{}' ({}) : {} <{}>".format(title, username, body, link)
@ -86,4 +86,4 @@ class BBJ:
for thread in threads:
callback(thread)
except HTTPError:
return
return