Skip to content

Commit

Permalink
use original HAR filename
Browse files Browse the repository at this point in the history
  • Loading branch information
xqdoo00o committed Jul 29, 2023
1 parent c859981 commit c8dfaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type HARData struct {
}

func readHAR() {
file, err := ioutil.ReadFile("chatgpt.har")
file, err := ioutil.ReadFile("chat.openai.com.har")
if err != nil {
fmt.Println(err)
return
Expand Down

0 comments on commit c8dfaa7

Please sign in to comment.