Skip to content

Commit

Permalink
changes done on url parameters for good
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral committed Apr 1, 2024
1 parent 77b6d41 commit 796ebdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 796ebdd

Please sign in to comment.