Compare commits
No commits in common. "7cc65eab8183ad455525f10919b424157f7935d0" and "46a903939d19ea1d2922db9ac213f611d6d6955f" have entirely different histories.
7cc65eab81
...
46a903939d
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://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()}
|
||||
|
|
Loading…
Reference in New Issue