Loading py/__pycache__/sopdsdb.cpython-33.pyc +576 B (20.4 KiB) File changed.No diff preview for this file type. View original file View changed file py/sopdsdb.py +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ class opdsDatabase: if genre_id!=0: return genre_id sql=("insert into "+TBL_GENRES+"(genre,section,subsection) VALUES(%s,%s,%s)") data=(genre,genre,unknown_genre) data=(genre,unknown_genre,genre) cursor=self.cnx.cursor() cursor.execute(sql,data) genre_id=cursor.lastrowid Loading Loading
py/__pycache__/sopdsdb.cpython-33.pyc +576 B (20.4 KiB) File changed.No diff preview for this file type. View original file View changed file
py/sopdsdb.py +1 −1 Original line number Diff line number Diff line Loading @@ -214,7 +214,7 @@ class opdsDatabase: if genre_id!=0: return genre_id sql=("insert into "+TBL_GENRES+"(genre,section,subsection) VALUES(%s,%s,%s)") data=(genre,genre,unknown_genre) data=(genre,unknown_genre,genre) cursor=self.cnx.cursor() cursor.execute(sql,data) genre_id=cursor.lastrowid Loading