(self, response, **kwargs)
| 12 | pass |
| 13 | |
| 14 | async def after_execution(self, response, **kwargs): |
| 15 | # do not add anything to the history or output |
| 16 | |
| 17 | if self.loop_data and "log_item_response" in self.loop_data.params_temporary: |
| 18 | log = self.loop_data.params_temporary["log_item_response"] |
| 19 | log.update(finished=True) # mark the message as finished |