Merge branch 'multi-deployment' of https://github.com/b3yond/ticketfrei into multi-deployment

This commit is contained in:
Tech 2018-03-26 22:24:06 +02:00
commit c3f9f86d3f

View file

@ -29,8 +29,9 @@ class Report(object):
Format the report for bot.post() Format the report for bot.post()
:rtype: string :rtype: string
:return: toot: text to be tooted, e.g. "_b3yond: There are :return: toot: text to be tooted, e.g. "There are
uniformed controllers in the U2 at Opernhaus." uniformed controllers in the U2 at Opernhaus."
""" """
strng = self.author + ": " + self.text # strng = self.author + ": " + self.text # deprecated;
return strng # we don't want to put the names of people too public.
return self.text