qtmspin
qtmspin
Line 640 # grab the response. response = self._handle_requests( url=url_endpoint, method='get', args=params ) return response Changed to: headers = self.headers() # grab the response. response = self._handle_requests( url=url_endpoint, method='get', headers=headers,...
### Expected Behavior Expect a line to be created for QtChart ### Current Behaviour js: Uncaught SyntaxError: Unexpected identifier ### Reproducible Example ```python # test.py import pandas as pd from...