diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_digikey.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_digikey.py b/test/test_digikey.py index 051c66f..015b7ca 100644 --- a/test/test_digikey.py +++ b/test/test_digikey.py @@ -9,7 +9,7 @@ from itertools import groupby basedir = os.path.dirname(os.path.abspath(__file__)) digikey = dk.Digikey() -client = dk.DigikeyClient(digikey, event_handler=lambda kind, msg: print("{}:{}".format(kind, msg))) +client = dk.DigikeyClient(digikey, on_download=print) @pytest.mark.digikey |