removed semicolon

This commit is contained in:
uh_wot 2020-02-29 20:46:42 +01:00
parent fbf6ca7aa3
commit 1a1883fabb
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ extensions = {
}
def getPreferredBitrare(filesize, bitrate):
bitrateFound = False;
bitrateFound = False
selectedFormat = 0
selectedFilesize = 0
if int(bitrate) == 9: