Sebastián Ramírez
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
scripts/gitter_releases_bot.py
|
|
@ -3,8 +3,8 @@ import os |
|
|
|
|
|
|
|
import requests |
|
|
|
|
|
|
|
# room_id = "5c9c9540d73408ce4fbc1403" # FastAPI |
|
|
|
room_id = "5cc46398d73408ce4fbed233" # Gitter development |
|
|
|
room_id = "5c9c9540d73408ce4fbc1403" # FastAPI |
|
|
|
# room_id = "5cc46398d73408ce4fbed233" # Gitter development |
|
|
|
|
|
|
|
gitter_token = os.getenv("GITTER_TOKEN") |
|
|
|
assert gitter_token |
|
|
|