Merge branch 'master' of github.com:x89/Shreddit

pull/18/head
David Trail 10 years ago
commit 72eacc0644

1
.gitignore vendored

@ -1,4 +1,5 @@
*.cfg *.cfg
*.pyc *.pyc
shreddit.conf shreddit.conf
praw.ini
__pycache__/ __pycache__/

@ -45,7 +45,7 @@ trial_run = True
edit_only = True edit_only = True
# Ignore distinguished comments. # Ignore distinguished comments.
ignore_distinguished = True whitelist_distinguished = True
# ignore gilded (gold) comments # ignore gilded (gold) comments
whitelist_gilded = True whitelist_gilded = True

Loading…
Cancel
Save