Compare commits

...

2 Commits

Author SHA1 Message Date
anton 7cc65eab81
Merge remote-tracking branch 'origin/master'
# Conflicts:
#	magic.py
2023-10-03 07:39:06 +03:00
anton 6c0a876865
Финальное обновление на v4.27 2023-10-03 07:34:50 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ def stat_upload():
'Content-Type': 'application/json; charset=utf-8'
}
# noinspection HttpUrlsUsage
stat_upload_url = 'https://ssleg.tech/stat_up'
stat_upload_url = 'https://api.ssleg.tech/v1/stat_up'
hash_md5 = md5(bot_key.encode())
request_json = {'protocol_version': '1.1', 'application': 'Magic Wand', 'app_version': get_my_version(),
'uptime': get_up_seconds(), 'errors': error_count.get(), 'fingerprint': hash_md5.hexdigest()}