Skip to content
Snippets Groups Projects
Commit fd8c50d1 authored by Emantor's avatar Emantor
Browse files

Remove print

parent 56d9d6be
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,6 @@ while True:
YOFF = 7
submissions = r.get_subreddit(i).get_hot(limit=10)
subs = [str(x) for x in submissions]
print(subs)
for i in range(1,10):
votes,title = subs[i].split(' :: ',1)
TEXT = '%s :: %s' % (votes.rjust(5),title)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment