diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2020-09-17 16:23:46 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2020-09-17 16:23:46 +0100 |
commit | 175db773ae2b24f135281c0911c1432efe5493c7 (patch) | |
tree | b12fc65b6a630d4b1131f46d1fca07bc677265cf /subreddit.py | |
parent | c50f304376e2b75c53ad9070fa1b86ea22b21fa9 (diff) | |
parent | ba1481988321c54e5250a21ba3827b9825f04228 (diff) | |
download | SmallYTChannelBot-175db773ae2b24f135281c0911c1432efe5493c7.tar.gz SmallYTChannelBot-175db773ae2b24f135281c0911c1432efe5493c7.zip |
added minimum comment length, added some logging
Diffstat (limited to 'subreddit.py')
-rwxr-xr-x | subreddit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subreddit.py b/subreddit.py index 8306f75..5f6c906 100755 --- a/subreddit.py +++ b/subreddit.py @@ -4,7 +4,7 @@ import database import datetime import logging import ytapi -import graph +# import graph import time import praw import json |