Skip to content

Commit

Permalink
docs: update codesandbox example (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
stu01509 committed Jan 4, 2024
1 parent 642866a commit 3f3a643
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ result = lottery.lotto3d()
print(result)
```

[4星彩](https://codesandbox.io/p/sandbox/4xing-cai-dang-yue-fen-de-kai-jiang-ji-lu-3pwkfk)
[4星彩](https://codesandbox.io/p/devbox/4xing-cai-dang-yue-fen-de-kai-jiang-ji-lu-wgnktz)

```python
from TaiwanLottery import TaiwanLotteryCrawler
Expand Down Expand Up @@ -146,7 +146,7 @@ result = lottery.lotto649(['2023', '06'])
print(result)
```

[今彩539](https://codesandbox.io/p/sandbox/wei-li-cai-zhi-ding-nian-yue-de-kai-jiang-ji-lu-forked-ntvjp7)
[今彩539](https://codesandbox.io/p/devbox/jin-cai-539-zhi-ding-nian-yue-de-kai-jiang-ji-lu-65nwkc)

```python
from TaiwanLottery import TaiwanLotteryCrawler
Expand Down Expand Up @@ -176,7 +176,7 @@ result = lottery.lotto3d(['2023', '08'])
print(result)
```

[4星彩](https://codesandbox.io/p/sandbox/4xing-cai-zhi-ding-nian-yue-de-kai-jiang-ji-lu-r8fpxq)
[4星彩](https://codesandbox.io/p/devbox/4xing-cai-zhi-ding-nian-yue-de-kai-jiang-ji-lu-tkc34w)

```python
from TaiwanLottery import TaiwanLotteryCrawler
Expand Down

0 comments on commit 3f3a643

Please sign in to comment.