This error is because: after the finish()
function, it was called redict
. It will be a mistake.
Solution:
Yes, by if self._finished:
judging whether the finish()
function has been called.
This error is because: after the finish()
function, it was called redict
. It will be a mistake.
Solution:
Yes, by if self._finished:
judging whether the finish()
function has been called.