Skip to content

Commit da70e6e

Browse files
committed
round seconds
1 parent aee40e3 commit da70e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/plex-bootstraptest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def alert_callback(data):
205205
runtime = time.time() - start
206206
if not server:
207207
raise SystemExit('Server didnt appear in your account after %ss' % opts.bootstrap_timeout)
208-
print('Plex container started after %ss, downloading content' % runtime)
208+
print('Plex container started after %ss, downloading content' % int(runtime))
209209

210210
# Download video_stub.mp4
211211
print('Downloading video_stub.mp4..')

0 commit comments

Comments
 (0)