On 3/17/22 10:19, Stephen J. Turnbull wrote:
Дилян Палаузов writes:
> realname = re.sub(r'@([^ .]+\.)+[^ .]+$', '---', realname)
The obvious hack is to change '---' to '', which you can do locally.
I'm not sure why we use '---', since it's not informative. I will
have to see if one of the o
Дилян Палаузов writes:
> realname = re.sub(r'@([^ .]+\.)+[^ .]+$', '---', realname)
The obvious hack is to change '---' to '', which you can do locally.
I'm not sure why we use '---', since it's not informative. I will
have to see if one of the other devs knows, or maybe there's something
in t