Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
print debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio committed Jun 24, 2023
1 parent ea0f663 commit 4036e2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arkose.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ func get_arkose_token() (string, error) {
if err != nil {
return "", err
}
println(arkose.Token)
return arkose.Token, nil
}

0 comments on commit 4036e2b

Please sign in to comment.