Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
  • Loading branch information
LucBerge committed Jan 13, 2024
1 parent 60723ba commit bec2543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallme/websites/reddit.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Reddit(Website):
key = 'reddit'
description = 'Top pictures from the topic of your choice. Use \"reddit.<subreddit>\" as the key. (e.g.: reddit.earthporn)'
base_url = 'http://www.reddit.com/r/'
base_url = 'https://www.reddit.com/r/'

def pre_process(self, subkey):
if (subkey is None):
Expand Down

0 comments on commit bec2543

Please sign in to comment.