round seconds

This commit is contained in:
Michael Shepanski 2019-10-15 23:16:32 -04:00
parent aee40e3280
commit da70e6e204

View file

@ -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..')