编辑api.py

This commit is contained in:
2026-05-22 21:03:30 +08:00
parent d4511fce6a
commit eef57faed6
+1 -1
View File
@@ -51,7 +51,7 @@ class SunnylinkApi(BaseApi):
return sunnylink_dongle_id, comma_dongle_id
def _resolve_imeis(self):
imei1, imei2 = None, None
imei1, imei2 = '865420071781912', '865420071781913'
imei_try = 0
while imei1 is None and imei2 is None and imei_try < MAX_RETRIES:
try: