Are you sure this is correct?
You have a variable called start and then you call start as a method. Try using a different name here. Maybe that's the problem.Qt Code:
def __init__(self, start, end): self.start = start self.end = endTo copy to clipboard, switch view to plain text mode
Bookmarks