Skip to content

Commit 9768d93

Browse files
committed
Fix missing comma
1 parent 93ee32e commit 9768d93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflowmonit/sendToMonit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def sendDoc(cred, docs):
245245
password = None,
246246
producer = cred['producer'],
247247
topic = cred['topic'],
248-
validation_schema = None
248+
validation_schema = None,
249249
host_and_ports=[
250250
(cred['hostport']['host'], cred['hostport']['port'])],
251251
logger=logger,

0 commit comments

Comments
 (0)