Skip to content

Commit 590e2c9

Browse files
committed
deu bom, coloca grupo correto
1 parent 921cdd9 commit 590e2c9

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

src/automations/new-issue.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
ISSUE_AUTHOR = os.getenv("ISSUE_AUTHOR")
99
ISSUE_BODY = os.getenv("ISSUE_BODY")
1010

11-
# CHAT_ID = "-1002120660974"
12-
# THREAD_ID = 1888
11+
CHAT_ID = "-1002120660974"
12+
THREAD_ID = 1888
1313

14-
CHAT_ID = "-1002354441960"
15-
THREAD_ID = 2
14+
# Grupo de teste
15+
# CHAT_ID = "-1002354441960"
16+
# THREAD_ID = 2
1617

1718
# url = f"https://api.telegram.org/bot{TOKEN}/getUpdates"
1819

@@ -29,7 +30,7 @@ def main():
2930
"message_thread_id": THREAD_ID,
3031
"text": message,
3132
"parse_mode": "Markdown",
32-
"disable_notification": True
33+
# "disable_notification": True
3334
}
3435
url = f"https://api.telegram.org/bot{TOKEN}/sendMessage"
3536
response = httpx.get(url, params=params)

0 commit comments

Comments
 (0)