lots of stuff

This commit is contained in:
j 2014-05-21 02:02:21 +02:00
commit feddea0ccd
24 changed files with 1385 additions and 226 deletions

View file

@ -38,7 +38,7 @@ class Downloads(Thread):
while self._running:
if state.online:
self.download_next()
time.sleep(10)
time.sleep(0.5)
else:
time.sleep(20)