Update main.py

This commit is contained in:
JasonYANG17 2024-02-29 15:26:46 +08:00 committed by GitHub
parent e92c49756d
commit c88eb70e04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ while True:
print(match)
url = "http://k8n.cn/student/punchs/course/" + ClassID + "/" + match
payload = {
'id': ClassID,
'id': match,
'lat': X,
'lng': Y,
'acc': ACC,