From: Sebastián Ramírez Date: Mon, 3 Aug 2020 17:28:02 +0000 (+0200) Subject: 👷 Re-enable Gitter releases bot (#1831) X-Git-Tag: 0.60.2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aedf5c895abf1bb30c7fdae969101621f01e737c;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Re-enable Gitter releases bot (#1831) --- diff --git a/scripts/gitter_releases_bot.py b/scripts/gitter_releases_bot.py index 718ddc3b63..a033d0d69e 100644 --- a/scripts/gitter_releases_bot.py +++ b/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