Skip to content

Commit

Permalink
use HTTPS for reddit queries
Browse files Browse the repository at this point in the history
  • Loading branch information
regosen committed Feb 16, 2018
1 parent c80ee67 commit 454a8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reddit_get.py
Expand Up @@ -17,7 +17,7 @@
from gallery_utils import *
import gallery_plugins

USER_QUERY = "http://www.reddit.com/user/%s/submitted/.json?limit=1000"
USER_QUERY = "https://www.reddit.com/user/%s/submitted/.json?limit=1000"
DEST_ROOT = gallery_get.DEST_ROOT
safe_makedirs(DEST_ROOT)

Expand Down

0 comments on commit 454a8d1

Please sign in to comment.