Update cache_db.py
Browse files- cache_db.py +1 -0
cache_db.py
CHANGED
|
@@ -1099,4 +1099,5 @@ if __name__ == "__main__":
|
|
| 1099 |
print("Testing cache system...")
|
| 1100 |
status = initialize_cache_system()
|
| 1101 |
print(f"Status: {json.dumps(status, ensure_ascii=False, indent=2)}")
|
|
|
|
| 1102 |
|
|
|
|
| 1099 |
print("Testing cache system...")
|
| 1100 |
status = initialize_cache_system()
|
| 1101 |
print(f"Status: {json.dumps(status, ensure_ascii=False, indent=2)}")
|
| 1102 |
+
|
| 1103 |
|