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