Amanda Torres commited on
Commit ·
d65e770
1
Parent(s): b254d1f
transfer network config time to topology banner
Browse files- middleware.py +1 -1
middleware.py
CHANGED
|
@@ -92,4 +92,4 @@ def check_policy_to_str(
|
|
| 92 |
if indent is None:
|
| 93 |
return AccessMiddleware.dumps(record)
|
| 94 |
return json.dumps(record, indent=indent, default=str)
|
| 95 |
-
# Last sync: 2026-05-07
|
|
|
|
| 92 |
if indent is None:
|
| 93 |
return AccessMiddleware.dumps(record)
|
| 94 |
return json.dumps(record, indent=indent, default=str)
|
| 95 |
+
# Last sync: 2026-05-07 17:14:17 UTC
|