mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fixed obvious tupkgupdate bug introduced by other fix
This commit is contained in:
parent
256f0ff0cf
commit
4e6a07e84f
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class PackageDatabase:
|
|||
"(Name, Description, LocationID, DummyPkg) " +
|
||||
"VALUES ('" +
|
||||
MySQLdb.escape_string(packagename) + "', '" +
|
||||
MySQLdb.escape_string("A dummy package") + "', 1)")
|
||||
MySQLdb.escape_string("A dummy package") + "', 1, 1)")
|
||||
return self.lookup(packagename)
|
||||
def insertNewInfo(self, package, id, locationId):
|
||||
q = self.cursor()
|
||||
|
|
Loading…
Add table
Reference in a new issue