tmisu

Notification to stdout daemon
git clone https://git.inz.fi/tmisu/
Log | Files | Refs | README | LICENSE

commit 4419c7c6b88ae5e386a826c6125e10169986f235
parent d9620deeb02f1390cca683eb65763a06c9e2cc9b
Author: Sweets <Sweets@users.noreply.github.com>
Date:   Sun, 26 Apr 2020 21:41:32 -0700

Remove: debug macro, change: delimiter back to original delimiter

Diffstat:
Mconfig.h | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/config.h b/config.h @@ -1,6 +1,5 @@ -#define DEBUG // #define RECEIVE_ACTIONS // #define RECEIVE_APP_ICON // #define RECEIVE_REPLACES_ID // #define RECEIVE_EXPIRE_TIMEOUT -#define OUTPUT_DELIMITER "," +#define OUTPUT_DELIMITER "\n"