mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 16:22:57 -07:00
Fix indent.
This commit is contained in:
parent
138390ff59
commit
40260c33af
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class MonitorDatabase(object):
|
||||||
|
|
||||||
def action(self, query, args=None, return_last_id=False):
|
def action(self, query, args=None, return_last_id=False):
|
||||||
if query is None:
|
if query is None:
|
||||||
return
|
return
|
||||||
|
|
||||||
with db_lock:
|
with db_lock:
|
||||||
sql_result = None
|
sql_result = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue