Formatting
This commit is contained in:
parent
e5e64bd7c1
commit
eaa1f14bf9
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ def radio(instance: bare.bot) -> NoReturn:
|
||||||
f"TOPIC #fp-radio :Firepup radio ({thisTrack}) - https://open.spotify.com/playlist/4ctNy3O0rOwhhXIKyLvUZM"
|
f"TOPIC #fp-radio :Firepup radio ({thisTrack}) - https://open.spotify.com/playlist/4ctNy3O0rOwhhXIKyLvUZM"
|
||||||
)
|
)
|
||||||
elif misses > missCap:
|
elif misses > missCap:
|
||||||
missChunk +=1
|
missChunk += 1
|
||||||
if missChunk >= perChunk:
|
if missChunk >= perChunk:
|
||||||
misses -= 1
|
misses -= 1
|
||||||
missChunk = 0
|
missChunk = 0
|
||||||
|
|
Loading…
Reference in a new issue