expo-server-sdk-python icon indicating copy to clipboard operation
expo-server-sdk-python copied to clipboard

self.retry in the README example

Open gameveloster opened this issue 2 years ago • 3 comments

In the example in the README, the code has two occurance of:

        raise self.retry(exc=exc)

Where is the retry method defined in the example, and why is it using self.retry when it is not called from inside a class method?

gameveloster avatar May 07 '23 23:05 gameveloster