diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 13:05:59 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 13:05:59 +0200 |
| commit | 8fde6a0d43946f4ee268d868b224180e0c027815 (patch) | |
| tree | 800b112a084fa2bf057e495b951f77c0a6218501 | |
| parent | 008565bf68e7c8f9ad67f764812151d27601606d (diff) | |
vars..
| -rw-r--r-- | live-mogrify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/live-mogrify.py b/live-mogrify.py index 0a7587b..90fe30e 100644 --- a/live-mogrify.py +++ b/live-mogrify.py @@ -136,7 +136,7 @@ class Listener(): try: if str(value) == 'true': setattr(self.data_opt, key, True) - print('set {} {}: {}'.format(type(new_value), key, True) + print('set {} {}: {}'.format(type(new_value), key, True)) elif str(value) == 'false': setattr(self.data_opt, key, False) print('set {} {}: {}'.format(type(new_value), key, False)) |
