diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 11:58:46 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 11:58:46 +0200 |
| commit | 08d9a30bf91ae047bbe1eb58db773218d99bf161 (patch) | |
| tree | 8ae7333bbcf46cfe735b17aabff0408bd65cd512 /live-mogrify.py | |
| parent | 4a8a40c6299ce0d9affca6d116539a8418cdf649 (diff) | |
vars..
Diffstat (limited to 'live-mogrify.py')
| -rw-r--r-- | live-mogrify.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/live-mogrify.py b/live-mogrify.py index cd706a3..f1e83e6 100644 --- a/live-mogrify.py +++ b/live-mogrify.py @@ -130,6 +130,7 @@ class Listener(): self.working = False def _set_fn(self, key, value): if hasattr(self.data_opt, key): + print('set {} {}: {}'.format(type(value), key, value)) setattr(self.data_opt, key, value) def _get_fn(self): return vars(self.data_opt) |
