From c88eb70e042ec94f9a4f4eccb47061f0a0a25f62 Mon Sep 17 00:00:00 2001 From: JasonYANG17 <39414350+JasonYANG170@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:26:46 +0800 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 36ec4ae..49f815a 100644 --- a/main.py +++ b/main.py @@ -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,