diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 03:47:18 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 03:47:18 +0200 |
| commit | e47cb3d3cdb9642f5b9132eae2d8b303fa0ab586 (patch) | |
| tree | 756d263a993aa4b55470879579a1148217662c4a | |
| parent | 0d09f66fab8e23e1004fc3bc69516233dcf5d875 (diff) | |
un rato
| -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 dc44e6e..5e3f170 100644 --- a/live-mogrify.py +++ b/live-mogrify.py @@ -231,4 +231,4 @@ def process_live_input(opt, data_opt, rpc_client): os.rename(tmp_path, next_path) if __name__ == '__main__': - listen() + listener = Listener() |
