Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29ea7bf

Browse files
renzorenzon
renzo
authored andcommitted
Improved sales warning msg text
Close #4870
1 parent 769a35c commit 29ea7bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pythonpro/discord/tasks.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def clean_discord_user(discord_user_id):
5454
_SALES_MSG_TEMPLATE = """Usuário: {user_name}
5555
Com licença expirando em {expiration_date}
5656
Id: {user_id}
57-
email; {user_email}
57+
email: {user_email}
58+
---------------------------------------------------------
5859
"""
5960

6061

0 commit comments

Comments
 (0)