diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2025-10-01 15:58:17 +0100 |
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-10-01 15:58:17 +0100 |
| commit | c01ae2c33ccf8d40b3957d918cc7c58eb60d3eaf (patch) | |
| tree | e602cbb0d18c929775e8a6d4fe975027064d2756 /subreddit.py | |
| parent | fd5bfccc9c3074849d714bde98b6467e6532e721 (diff) | |
| download | SmallYTChannelBot-c01ae2c33ccf8d40b3957d918cc7c58eb60d3eaf.tar.gz SmallYTChannelBot-c01ae2c33ccf8d40b3957d918cc7c58eb60d3eaf.zip | |
Removed references to the imgur API since it is no longer avaliable in the UK
Diffstat (limited to 'subreddit.py')
| -rwxr-xr-x | subreddit.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subreddit.py b/subreddit.py index 219f59a..5f12e74 100755 --- a/subreddit.py +++ b/subreddit.py @@ -1,4 +1,4 @@ -from imgurpython import ImgurClient +# from imgurpython import ImgurClient from operator import itemgetter import praw.models @@ -30,7 +30,7 @@ SUBREDDIT = REDDIT.subreddit(CONFIG["subreddit"]) COMMENT_TAIL = CONFIG["comment_tail"] FREE_FLAIRS = CONFIG["free_flairs"] -IMGUR = ImgurClient(**CONFIG["imgurapi"]) +# IMGUR = ImgurClient(**CONFIG["imgurapi"]) logging.basicConfig( format = "%(message)s", |
