Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IIIBlueberry committed May 12, 2020
1 parent 538c368 commit 9699964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qencoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def changePresetSimple(self, i):

def getAudioBitrate(self, iindex):
if (iindex < 8):
return self.audiobitratedic[iindex]
return self.audiobitratedict[iindex]
else:
return self.spinBox_audio.value()

Expand Down

0 comments on commit 9699964

Please sign in to comment.