diff --git a/src/bot.py b/src/bot.py index af35e3e..f0bd237 100644 --- a/src/bot.py +++ b/src/bot.py @@ -8,7 +8,7 @@ def send_msg(msg: str): chanel_id = os.environ['GOMU_CHANEL_ID'] baseurl = "api.telegram.org" - url = f"{baseurl}/bot{token}" + url = f"{baseurl}/bot{token}/" payload = dict(chat_id=chanel_id, text=msg) try: