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, )