You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
for later versions of python, update ln 4 from import Query to:
import query
also update the error handling on lines 41, 58 to:
except LiveResponseError as err:
and line 101 to:
except Exception as err:
The text was updated successfully, but these errors were encountered: