Skip to content

Commit

Permalink
Debug slider numbering error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan4253 committed May 25, 2024
1 parent b413621 commit 654ef1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TenshiTranslator/UI/TranslatorSelector.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ def getTimeout(self):
return self.slider1.getTimeout()

def getBatchSize(self):
return self.slider2.getBatchSize()
return int(self.slider3.getBatchSize())

0 comments on commit 654ef1b

Please sign in to comment.