Uncomment debug output. - gopher-lawn - The gopher lawn gopher directory project.
 (HTM) git clone git://bitreich.org/gopher-lawn/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/gopher-lawn/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
       ---
 (DIR) commit 1d919da2b5bc66fc906129cf25a903d32a736973
 (DIR) parent 70256704e7826dfb2f619ef9615d28b86d54445c
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Fri, 28 Aug 2020 13:35:16 +0200
       
       Uncomment debug output.
       
       Diffstat:
         M lawn-mower/lawn-mower.py            |      12 ++++++------
       
       1 file changed, 6 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/lawn-mower/lawn-mower.py b/lawn-mower/lawn-mower.py
       @@ -136,13 +136,13 @@ def main(args):
                        else:
                                links.append(obj)
        
       -        print(categories.keys())
       +        #print(categories.keys())
                keywords = wantedkeywords
       -        print(wantedkeywords.keys())
       -        print(keywords.keys())
       -        print(wantedcategories.keys())
       -        print(noncategories)
       -        print(nonkeywords)
       +        #print(wantedkeywords.keys())
       +        #print(keywords.keys())
       +        #print(wantedcategories.keys())
       +        #print(noncategories)
       +        #print(nonkeywords)
        
                for link in links:
                        if "category" in link: