pull/42/head
Can KAYA 2018-09-25 19:47:14 +03:00 committed by GitHub
parent 8e6d287b94
commit 3e87f8f862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ def update_server(hostname, ip, group, typeip, enable, master, id, cred, alert,
alert = '%s',
metrics = '%s',
port = '%s',
desc = '%s'
`desc` = '%s'
where id = '%s'""" % (hostname, ip, group, typeip, enable, master, cred, alert, metrics, port, desc, id)
try:
cur.execute(sql)