From 2d79d6e3ef2dd1676ea53f7010f6b3c35c3a86e9 Mon Sep 17 00:00:00 2001 From: yuanyan3060 <58114805+yuanyan3060@users.noreply.github.com> Date: Wed, 5 Jan 2022 17:04:57 +0800 Subject: [PATCH] fix a bug --- src/Python/sample.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Python/sample.py b/src/Python/sample.py index 42d2e8e327..b110196a03 100644 --- a/src/Python/sample.py +++ b/src/Python/sample.py @@ -36,7 +36,7 @@ if __name__ == "__main__": # asst.append_award() asst.start() - # asst.start_recurit_clac([4, 5, 6], True) + # asst.start_recurit_calc([4, 5, 6], True) while True: input('>')