Remove say debug. It works. - annna - Annna the nice friendly bot.
 (HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
       ---
 (DIR) commit ec354cad749ed591136ddf95753ac4cb3ee4fe79
 (DIR) parent d46ee055a9429d4976d6673ccba3c8365046e634
 (HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
       Date:   Wed, 30 Aug 2023 16:43:34 +0200
       
       Remove say debug. It works.
       
       Diffstat:
         M modules/idlerpg/idlerpg-channel-se… |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/modules/idlerpg/idlerpg-channel-service.py b/modules/idlerpg/idlerpg-channel-service.py
       @@ -51,7 +51,6 @@ def writeout_dictfile(f, d):
        
        def say(fpath, text):
            fd = open(fpath, "w")
       -    print("%s -> say: %s" % (fpath, text))
            fd.write("%s\n" % (text))  
            fd.flush()
            fd.close()