Update SenderTelegramMsg.java

pull/100/head
pickmefly 3 years ago committed by GitHub
parent 7aee7d2038
commit fad00d6894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -102,7 +102,7 @@ public class SenderTelegramMsg extends SenderBaseMsg {
}
final Request request = new Request.Builder()
.url(requestUrl+"?chat_id="+chatId+"&text="+ finalText)
.url(requestUrl + "?chat_id=" + chatId + "&text=" + finalText)
.build();
client.newCall(request).enqueue(new Callback() {

Loading…
Cancel
Save