This commit is contained in:
Tanner Collin 2021-03-02 11:02:40 +00:00
parent d4fafe10c0
commit 3ca779b398

View File

@ -26,6 +26,7 @@ async def new_message(event):
return
name = re.sub(r'\W+', '', sender.first_name) + '(TG)'
name = name.replace('Somebody', 'Applezaus')
logging.info('[SEND] {}: {}'.format(name, text))