Obfuscated diagnostics; fixed IP auto-update; cleaned logs

This commit is contained in:
rospogrigio
2022-05-23 12:31:15 +02:00
committed by GitHub Actions
parent cdfe8e4906
commit 6be13c5ba0
7 changed files with 112 additions and 125 deletions

View File

@@ -3,9 +3,10 @@ import functools
import hashlib
import hmac
import json
import requests
import time
import requests
# Signature algorithm.
def calc_sign(msg, key):