Instinctlol / automatic-twitch-recorder

Checks if a user on twitch is currently streaming and then records the stream via streamlink
187 stars 40 forks source link

prevent double timer initialisation #9

Closed mcr42 closed 6 years ago

mcr42 commented 6 years ago

As loopcheck() already starts the timer, there is no need to start it in main(). This prevents the occasional "double recording", as I call it. Happens to me every time a stream ends and a new one starts.