Uncomment debug output. - gopher-lawn - The gopher lawn gopher directory projec… | |
git clone git://bitreich.org/gopher-lawn/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhf… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 1d919da2b5bc66fc906129cf25a903d32a736973 | |
parent 70256704e7826dfb2f619ef9615d28b86d54445c | |
Author: Christoph Lohmann <[email protected]> | |
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(-) | |
--- | |
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: |