8000
We read every piece of feedback, and take your input very seriously.
To see al 8000 l available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82e90e commit 4339db0Copy full SHA for 4339db0
github3/pulls.py
@@ -472,7 +472,7 @@ def _update_attributes(self, preview):
472
self.state = self._get_attribute(preview, 'state')
473
474
#: datetime object representing when the event was created.
475
- self.created_at = self._strptime_attribute(preview, 'created_at')
+ self.submitted_at = self._strptime_attribute(preview, 'submitted_at')
476
477
#: Body text of the review
478
self.body = self._get_attribute(preview, 'body')
0 commit comments