Skip to content

Commit d014f12

Browse files
committed
Fix capabilities list
1 parent b242612 commit d014f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/runtime.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ def handle_runtime(self, command, payload):
120120
'type': 'fbp-python-example',
121121
'version': '0.7', # protocol version
122122
'capabilities': [
123-
'protocol:graph'
123+
'protocol:graph',
124124
'protocol:component',
125-
'protocol:network'
125+
'protocol:network',
126126
'protocol:runtime'
127127
],
128128
}

0 commit comments

Comments
 (0)