Skip to content

Commit

Permalink
fix watch
Browse files Browse the repository at this point in the history
  • Loading branch information
mahs4d committed Dec 9, 2022
1 parent 5b40bfd commit 42b3595
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/tsetmc_api/market_watch/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

def get_watch_price_data(refid: int = 0, heven: int = 0) -> tuple[dict, int, int]:
response = requests.get(
url='http://members.tsetmc.com/tsev2/data/MarketWatchInit.aspx',
url='http://www.tsetmc.com/tsev2/data/MarketWatchPlus.aspx',
params={
'h': heven,
'r': refid,
Expand Down
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tsetmc-api"
version = "5.0.3"
version = "5.0.4"
description = "simple package to communicate and crawl data from tsetmc.com (Tehran Stock Exchange Website)"
license = "MIT"
repository = "https://github.com/mahs4d/tsetmc-api"
Expand Down

0 comments on commit 42b3595

Please sign in to comment.