Fixed syntax

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2021-03-10 19:24:58 +00:00
parent e46cd50607
commit 8450b7ae81

View file

@ -83,7 +83,7 @@ def get_lock():
ret = cursor.fetchone()
return
def rel_lock()
def rel_lock():
sql = "SELECT RELEASE_LOCK('tile-status-lock')"
cursor.execute(sql)