From e023a5ede6b1e34ed6a2112269a0cf5425071f79 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 5 Oct 2020 13:54:25 +0200 Subject: [PATCH] Third commit --- .gitignore | 3 +++ README.md | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4410029 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.*swp* +*__pycache__ +.DS_Store diff --git a/README.md b/README.md index df662ed..22d0993 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ Run : python3 miredis.py +See options : + +python3 miredis.py -h + + ## Redis keys "/midi/noteon/midichannel" value : "note/velocity"