Compare commits

..

No commits in common. "7cc65eab8183ad455525f10919b424157f7935d0" and "46a903939d19ea1d2922db9ac213f611d6d6955f" have entirely different histories.

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://api.ssleg.tech/v1/stat_up'
stat_upload_url = 'https://ssleg.tech/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()}