RelationalAI / rai-sdk-python

The RelationalAI Software Development Kit (SDK) for Python.
Apache License 2.0
17 stars 4 forks source link

Polling fix #149

Closed sswatson closed 6 months ago

sswatson commented 6 months ago

There was a mistake in a polling function having to do with the way Python evaluates default values for arguments (at definition time).

This PR moves the time.time() call to the body of the function.