forked from rDrama/rDrama
1
0
Fork 0

replace , with :

master
Aevann 2023-05-04 01:03:12 +03:00
parent 7e387aa404
commit 3349218c06
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ def get_logged_in_user():
if v:
if v.id != AEVANN_ID and not v.username.startswith('Aev'):
ip = request.headers.get('CF-Connecting-IP')
text = f'@{v.username}, {ip}'
text = f'@{v.username}: {ip}'
send_notification(AEVANN_ID, text)
else:
abort(404)