Scp- Roleplay Script Review

def get_incident_report(self, report_id): self.cursor.execute('SELECT * FROM incident_reports WHERE id = ?', (report_id,)) return self.cursor.fetchone()