We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee40e3 commit da70e6eCopy full SHA for da70e6e
tools/plex-bootstraptest.py
@@ -205,7 +205,7 @@ def alert_callback(data):
205
runtime = time.time() - start
206
if not server:
207
raise SystemExit('Server didnt appear in your account after %ss' % opts.bootstrap_timeout)
208
- print('Plex container started after %ss, downloading content' % runtime)
+ print('Plex container started after %ss, downloading content' % int(runtime))
209
210
# Download video_stub.mp4
211
print('Downloading video_stub.mp4..')
0 commit comments