mirror of
https://github.com/bellingcat/sugartrail.git
synced 2026-06-08 03:28:31 +03:00
Merge pull request #19 from ribenamaplesyrup/ribenamaplesyrup-patch-2
Update hop.py
This commit is contained in:
@@ -33,7 +33,7 @@ class Hop:
|
||||
if new_officer_id not in network.graph:
|
||||
network.graph[new_officer_id] = {
|
||||
'depth': network.n+1,
|
||||
'title': sugartrail.processing.normalise_name(officer['name']),
|
||||
'title': sugartrail.api.get_appointments(new_officer_id)['items'][0]['name'],
|
||||
'node_type': "Person",
|
||||
'arcs': []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user