From 72072dba4922e05b1f747d68876221d9a22c1092 Mon Sep 17 00:00:00 2001 From: HuYe Date: Mon, 8 Jul 2024 10:50:29 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e89be9..478c68b 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ dingtalk_webhook.send_msg("Hello World!") from ANotify import Ngotify TOKEN = "" SERVER_URL = "" -gotify = Ngotify.GotifyNotify(TOKEN) +gotify = Ngotify.GotifyNotify(SERVER_URL, TOKEN) gotify.send_msg("title", "content") gotify.send_msg("title", "**content**\n- No.1\n- No.2", Ngotify.MessageType.markdown) ```