Skip to content

Commit 0b42f98

Browse files
authored
Fix label issues with starkware collector (#16)
1 parent 7c5bbce commit 0b42f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collectors/starkware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class starkware_collector():
88

99
def __init__(self, https_url, provider):
1010
self.labels = [
11-
'websocket_url', 'https_url', 'provider', 'blockchain',
11+
'https_url', 'provider', 'blockchain',
1212
'network_name', 'network_type'
1313
]
1414
self.labels_values = [

0 commit comments

Comments
 (0)