Skip to content

Fix a TypeError when calling resendOnError()

the-very requested to merge github/fork/dfyz/patch-1 into master

Created by: dfyz

PendingRecognition.resendOnError() doesn't take any arguments. Don't pass the exception raised in PendingRecognition.send() to this function, write it to the log instead.

Merge request reports