Script: Scp- Roleplay
def get_incident_report(self, report_id): self.cursor.execute('SELECT * FROM incident_reports WHERE id = ?', (report_id,)) return self.cursor.fetchone()
Programe de contabilitate
def get_incident_report(self, report_id): self.cursor.execute('SELECT * FROM incident_reports WHERE id = ?', (report_id,)) return self.cursor.fetchone()