This commit is contained in:
Micha Albert 2025-02-24 06:42:50 -05:00
parent 51c6ed06ae
commit f238a973c0
No known key found for this signature in database

View file

@ -306,7 +306,7 @@ async def github_callback(request: Request):
recording, user_stream_key recording, user_stream_key
) )
) )
+ "minutes" + " minutes"
for recording in stream_recs for recording in stream_recs
] ]
), # type: ignore ), # type: ignore
@ -664,7 +664,7 @@ async def status_command(ack: AsyncAck, command):
recording, user_stream_key recording, user_stream_key
) )
) )
+ "minutes" + " minutes"
for recording in stream_recs for recording in stream_recs
]) ])
await bolt.client.chat_postEphemeral( await bolt.client.chat_postEphemeral(