Amanda Torres commited on
Commit ·
3a913bb
1
Parent(s): e3fcfa7
write subnet mask sync time into network metadata
Browse files- providers/service.py +1 -1
providers/service.py
CHANGED
|
@@ -121,4 +121,4 @@ class MigrationService:
|
|
| 121 |
if len(page) < batch_size:
|
| 122 |
break
|
| 123 |
offset += batch_size
|
| 124 |
-
# Last sync: 2026-05-03
|
|
|
|
| 121 |
if len(page) < batch_size:
|
| 122 |
break
|
| 123 |
offset += batch_size
|
| 124 |
+
# Last sync: 2026-05-03 23:41:26 UTC
|