From 4d5771c9673d4139ab7d4bb6f7b3c038a3565902 Mon Sep 17 00:00:00 2001 From: Jimmy Situ Date: Wed, 1 Nov 2023 22:23:36 +0800 Subject: [PATCH] Update test case for git actions --- tests/test_stocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_stocks.py b/tests/test_stocks.py index 0c3e8d5..e8ea757 100755 --- a/tests/test_stocks.py +++ b/tests/test_stocks.py @@ -13,7 +13,7 @@ proxy = 'socks5://127.0.0.1:1088' stock = stocks.Stock( - debug=True, + debug=False, session='/tmp/msfinance/msf.sql3', proxy=None, )