Compare commits
2 Commits
46a903939d
...
7cc65eab81
Author | SHA1 | Date |
---|---|---|
|
7cc65eab81 | |
|
6c0a876865 |
2
magic.py
2
magic.py
|
@ -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()}
|
||||
|
|
Loading…
Reference in New Issue