Skip to content

Commit

Permalink
test: test file
Browse files Browse the repository at this point in the history
  • Loading branch information
uerax committed Feb 8, 2024
1 parent e280b63 commit 4a106f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bbs/bitcointalk.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func NewBitcointalk() *Bitcointalk {
func (b *Bitcointalk) FilterFill() {

// 下载JSON文件
url := "https://example.com/data.json"
url := "https://raw.githubusercontent.com/uerax/all-in-one-bot/master/bbs/bitcointalk/filter.json"
resp, err := http.Get(url)
if err != nil {
log.Println("无法下载JSON文件:", err)
Expand Down
3 changes: 2 additions & 1 deletion bbs/bitcointalk/filter.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"coldwater":{}
"coldwater":{},
"[ann]":{}
}

0 comments on commit 4a106f0

Please sign in to comment.