Skip to content

Commit

Permalink
Update test case for git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmysitu committed Nov 1, 2023
1 parent ead2ea3 commit 4d5771c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 4d5771c

Please sign in to comment.