update shared deps
This commit is contained in:
parent
6806bebb7c
commit
642ba49f68
275 changed files with 31987 additions and 19235 deletions
|
|
@ -488,7 +488,7 @@ Library for working with the tor process.
|
|||
import stem.util
|
||||
import stem.util.enum
|
||||
|
||||
__version__ = '1.7.0'
|
||||
__version__ = '1.7.1'
|
||||
__author__ = 'Damian Johnson'
|
||||
__contact__ = 'atagar@torproject.org'
|
||||
__url__ = 'https://stem.torproject.org/'
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ def launch_tor(tor_cmd = 'tor', args = None, torrc_path = None, completion_perce
|
|||
signal.signal(signal.SIGALRM, timeout_handler)
|
||||
signal.setitimer(signal.ITIMER_REAL, timeout)
|
||||
|
||||
bootstrap_line = re.compile('Bootstrapped ([0-9]+)%: ')
|
||||
bootstrap_line = re.compile('Bootstrapped ([0-9]+)%')
|
||||
problem_line = re.compile('\[(warn|err)\] (.*)$')
|
||||
last_problem = 'Timed out'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue