aboutsummaryrefslogtreecommitdiff
path: root/src/Database.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/Database.py')
-rw-r--r--src/Database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Database.py b/src/Database.py
index 6c276754..f25921fb 100644
--- a/src/Database.py
+++ b/src/Database.py
@@ -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(