Update tg.go

This commit is contained in:
cdle
2021-10-14 05:43:47 +08:00
committed by GitHub
parent cc6ec8f485
commit a36ddfb15a
+1 -1
View File
@@ -64,7 +64,7 @@ func init() {
Token: token,
Poller: &tb.LongPoller{Timeout: 10 * time.Second},
// ParseMode: tb.ModeMarkdownV2,
Url: tg.Get("url"),
URL: tg.Get("url"),
}
if url := tg.Get("http_proxy"); url != "" {