diff --git a/app_service.py b/app_service.py index 4f9b392..40ecbee 100644 --- a/app_service.py +++ b/app_service.py @@ -433,17 +433,15 @@ async def aiotg_message(chat, match): fw_from['last_name']) else: msg_from = '{} (Telegram)'.format(fw_from['first_name']) - date = datetime.fromtimestamp(fw_from['date']) quoted_msg = '\n'.join(['>{}'.format(x) for x in message.split('\n')]) - quoted_msg = 'Forwarded from {}, who {} said:\n{}' \ - .format(msg_from, date, quoted_msg) + quoted_msg = 'Forwarded from {}, who said:\n{}' \ + .format(msg_from, quoted_msg) quoted_html = '
{}' \ .format(html.escape(message).replace('\n', '