Fixed syntax
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
e46cd50607
commit
8450b7ae81
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ def get_lock():
|
||||||
ret = cursor.fetchone()
|
ret = cursor.fetchone()
|
||||||
return
|
return
|
||||||
|
|
||||||
def rel_lock()
|
def rel_lock():
|
||||||
sql = "SELECT RELEASE_LOCK('tile-status-lock')"
|
sql = "SELECT RELEASE_LOCK('tile-status-lock')"
|
||||||
cursor.execute(sql)
|
cursor.execute(sql)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue