diff --git a/python/reddit.py b/python/reddit.py index 14991a640e77f5527e824520e7586b8a0f0b9337..db4f01f6c9138fa3c3cb66be3e6998b4c8bdb925 100755 --- a/python/reddit.py +++ b/python/reddit.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # 10x48x5x7 Pixel -import sys, client, praw +import client, praw from time import sleep SERVER = "tcp://localhost:5570" @@ -30,4 +30,4 @@ while True: votes,title = subs[i].split(' :: ',1) TEXT = '%s :: %s' % (votes.rjust(5),title) client.writeline(TEXT) - sleep(30) + sleep(10)