mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 12:58:26 +00:00
round seconds
This commit is contained in:
parent
aee40e3280
commit
da70e6e204
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ if __name__ == '__main__':
|
|||
runtime = time.time() - start
|
||||
if not server:
|
||||
raise SystemExit('Server didnt appear in your account after %ss' % opts.bootstrap_timeout)
|
||||
print('Plex container started after %ss, downloading content' % runtime)
|
||||
print('Plex container started after %ss, downloading content' % int(runtime))
|
||||
|
||||
# Download video_stub.mp4
|
||||
print('Downloading video_stub.mp4..')
|
||||
|
|
Loading…
Add table
Reference in a new issue