Forgot to remove unexecuted code.

This commit is contained in:
Chuddah 2020-02-23 19:31:41 +00:00
parent 6fe450da4d
commit e23d2e1f7b
1 changed files with 0 additions and 3 deletions

View File

@ -158,12 +158,9 @@ class Kodi(object):
self.cursor.executemany(sql, parameters)
def add_person(self, *args):
self.cursor.execute(QU.add_person, args)
return self.cursor.lastrowid
return person_id
def _get_person(self, *args):
try:
return self.add_person(*args)