fix syntacsis error

This commit is contained in:
Andrei Yankovich 2020-06-19 00:52:54 +03:00
parent e54a110527
commit b9286096d1

View File

@ -15,7 +15,7 @@ class BuildBotChangeSource(BuildBotModule):
{ 'github': {
'secret': secret.getValue('WebHook'),
'token': secret.getValue('gitHub'),
'strict': True,
'strict': True
},
},
]