Abhay Aggrawal

Results 1 issues of Abhay Aggrawal

With the code currently implemented. The line in analytics.py: ` def status(self) -> AnalyticsStatus: return AnalyticsStatus[self._raw.get("status", "unknown").upper()] ` will always return AnalyticsStatus.RUNNING This change fix this issue.