From c165a176d06db1c1e70a7b5fd046c62d889b6d0e Mon Sep 17 00:00:00 2001 From: lukew3 Date: Tue, 20 Oct 2020 14:32:20 -0400 Subject: [PATCH] cache test --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 74d73ce..2fa65b7 100644 --- a/test.py +++ b/test.py @@ -10,4 +10,4 @@ for item in list: print(item[2]) # print(mathgen.getGenList()) -print(mathgen.genById(89)) +print(mathgen.genById(85))