Remove column from server.add SQL (leftover from removing 'ipv4' column)
This commit is contained in:
parent
5ba3c5d460
commit
6678076490
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Servers(Table):
|
|||
self.database.execute(
|
||||
"""INSERT INTO servers (alias, hostname, port, password, tls,
|
||||
bindhost, nickname, username, realname) VALUES (
|
||||
?, ?, ?, ?, ?, ?, ?, ?, ?, ?)""",
|
||||
?, ?, ?, ?, ?, ?, ?, ?, ?)""",
|
||||
[alias, hostname, port, password, tls, bindhost, nickname, username,
|
||||
realname])
|
||||
return self.database.execute_fetchone(
|
||||
|
|
Loading…
Reference in a new issue