Skip to content

Commit

Permalink
pathod bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Jun 2, 2016
1 parent 636495e commit 0d4faf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pathod/pathod.py
Expand Up @@ -272,6 +272,8 @@ def handle(self):

while not self.finished:
handler, l = handler(logger)
import time
time.sleep(2)
if l:
self.addlog(l)
if not handler:
Expand Down

0 comments on commit 0d4faf1

Please sign in to comment.