mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
autoindex: undo stop/join call for indexing, breaks os x unit test.. (autoindex test may need more improvements on windows)
This commit is contained in:
parent
90eee03cdb
commit
a6c24c2882
@ -33,8 +33,6 @@ class CDXAutoIndexer(RegexMatchingEventHandler):
|
||||
while keep_running:
|
||||
time.sleep(sleep_time)
|
||||
except KeyboardInterrupt: # pragma: no cover
|
||||
pass
|
||||
finally:
|
||||
self.observer.stop()
|
||||
self.observer.join()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user