mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2026-01-29 05:32:11 -05:00
fix typo
This commit is contained in:
parent
51c6ed06ae
commit
f238a973c0
1 changed files with 2 additions and 2 deletions
|
|
@ -306,7 +306,7 @@ async def github_callback(request: Request):
|
|||
recording, user_stream_key
|
||||
)
|
||||
)
|
||||
+ "minutes"
|
||||
+ " minutes"
|
||||
for recording in stream_recs
|
||||
]
|
||||
), # type: ignore
|
||||
|
|
@ -664,7 +664,7 @@ async def status_command(ack: AsyncAck, command):
|
|||
recording, user_stream_key
|
||||
)
|
||||
)
|
||||
+ "minutes"
|
||||
+ " minutes"
|
||||
for recording in stream_recs
|
||||
])
|
||||
await bolt.client.chat_postEphemeral(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue