mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Typo.
This commit is contained in:
parent
7d748bff75
commit
d6daaa0292
@ -260,7 +260,7 @@ def event_return(events):
|
||||
tag = event.get('tag', '')
|
||||
data = event.get('data', '')
|
||||
sql = '''INSERT INTO salt_events (tag, data, master_id, alter_time)
|
||||
VALUES (%s, %s, %s, time.localtime())
|
||||
VALUES (%s, %s, %s, time.localtime())'''
|
||||
cur.execute(sql, (tag, psycopg2.extras.Json(data), __opts__['id']))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user