diff --git a/piker/data/types.py b/piker/data/types.py index afa8f7c8..5780a46a 100644 --- a/piker/data/types.py +++ b/piker/data/types.py @@ -74,7 +74,7 @@ class Struct( ''' def to_dict( self, - include_non_members: bool = False, + include_non_members: bool = True, ) -> dict: ''' Like it sounds.. direct delegation to: