mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +00:00
Actually continue when we say we will.
This commit is contained in:
parent
da70e6e204
commit
beafa8d092
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ def create_section(server, section, opts):
|
||||||
while bar.n < bar.total:
|
while bar.n < bar.total:
|
||||||
if runtime >= opts.bootstrap_timeout:
|
if runtime >= opts.bootstrap_timeout:
|
||||||
print('Metadata scan taking too long, but will continue anyway..')
|
print('Metadata scan taking too long, but will continue anyway..')
|
||||||
exit(1)
|
|
||||||
time.sleep(3)
|
time.sleep(3)
|
||||||
runtime = time.time() - start
|
runtime = time.time() - start
|
||||||
bar.close()
|
bar.close()
|
||||||
|
|
Loading…
Reference in a new issue