Closed this issue a year ago · 1 comments
solved, just convert to string in line 197 from : self.choice = int(input(self._print('?', 'Choice a service > ', input=True))) to : self.choice = int(str(input(self._print('?', 'Choice a service > ', input=True))))