Commit 13fafdab by Marcin Bury

Elapsed time in print_status format.

parent e91ba93e
...@@ -3,7 +3,7 @@ from itertools import chain ...@@ -3,7 +3,7 @@ from itertools import chain
import threading import threading
import time import time
from routersploit.utils import print_info from routersploit.utils import print_status
class Option(object): class Option(object):
...@@ -93,4 +93,4 @@ class Exploit(object): ...@@ -93,4 +93,4 @@ class Exploit(object):
for worker in workers: for worker in workers:
worker.join() worker.join()
print_info('Elapsed time: ', time.time() - start, 'seconds') print_status('Elapsed time: ', time.time() - start, 'seconds')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment