diff --git a/polygraph.py b/polygraph.py index 88bd3df..758cd50 100755 --- a/polygraph.py +++ b/polygraph.py @@ -22,8 +22,8 @@ gender_colors = { # Relationship types... feel free to edit to suit your poly family's needs relationship_colors = { - 'v': 'blue', - 'ds': 'red' + 's': 'blue', + 'd': 'red' }