Skip to content

Commit

Permalink
Update translate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Patriot99 authored May 24, 2024
1 parent 27dcc9c commit ea13f4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,10 @@ class Translation(TypedDict):
"Every ~60 seconds, the application sends a \"minute watched\" event "
"to the channel that's currently being watched - this is enough "
"to advance the drops. Note that this completely bypasses the need to download "
"any actual stream video and sound. "
"any actual stream of video and sound. "
"To keep the status (ONLINE or OFFLINE) of the channels up-to-date, "
"there's a websocket connection estabilished that receives events about streams "
"going up or down, or updates regarding the current amount of viewers."
"there's a websocket connection established that receives events about streams "
"going up or down, or updates regarding the current number of viewers."
),
"getting_started": "Getting Started",
"getting_started_text": (
Expand Down

0 comments on commit ea13f4d

Please sign in to comment.