Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
fix: history api
Browse files Browse the repository at this point in the history
  • Loading branch information
guimc233 committed Jan 21, 2024
1 parent 250b6cf commit 3eb8014
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object FunListener {

private fun getHistoryToday(contact: Contact): ForwardMessage {
val msg = ForwardMessageBuilder(contact)
msg.add(contact.bot, PlainText(HttpUtils.getResponse("http://www.ipip5.com/today/api.php?type=txt")))
msg.add(contact.bot, PlainText(HttpUtils.getResponse("https://www.ipip5.com/today/api.php?type=txt")))
return msg.build()
}

Expand Down

0 comments on commit 3eb8014

Please sign in to comment.