Added eyebleach.. Halved limit should increase performance.

This commit is contained in:
2017-12-06 15:49:14 +01:00
parent f788fc987b
commit d1f3de4039
+2 -2
View File
@@ -46,8 +46,8 @@ class General(object):
def aww(self, ctx): def aww(self, ctx):
""" iets schattigs... """ """ iets schattigs... """
print(type(ctx.message.channel)) print(type(ctx.message.channel))
raww = self.r.subreddit('aww+catloaf+tuckedinkitties+babyelephantgifs+babybigcatgifs+blep+holdmynip+gingerkitty+cathighfive+catsstandingup+catsareassholes') raww = self.r.subreddit('aww+catloaf+tuckedinkitties+babyelephantgifs+babybigcatgifs+blep+holdmynip+gingerkitty+cathighfive+catsstandingup+catsareassholes+eyebleach')
post = raww.top('month', limit=500) post = raww.top('month', limit=250)
listing = list(post) listing = list(post)
random.shuffle(listing) random.shuffle(listing)
post = listing[0] post = listing[0]