Skip to content

Commit d186e6a

Browse files
author
Rich Leland
committed
Add sources to suppression list key map, fixes #119
1 parent b78b2df commit d186e6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sparkpost/suppression_list.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def list(self, **kwargs):
2929
'from_date': 'from',
3030
'to_date': 'to',
3131
'types': 'types',
32+
'sources': 'sources',
3233
'limit': 'limit'
3334
}
3435
params = dict([(key_map[i], kwargs[i]) for i in list(key_map.keys())

0 commit comments

Comments
 (0)