mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Use string format for export preview
This commit is contained in:
parent
068cb51635
commit
adb11db317
1 changed files with 1 additions and 1 deletions
|
@ -6562,7 +6562,7 @@ class WebInterface(object):
|
|||
'td {box-shadow: inset 1px -1px #000;}' \
|
||||
'th, td {padding: 3px; white-space: nowrap;}' \
|
||||
'</style>'
|
||||
return style + '<pre>%s</pre>' % table
|
||||
return '{style}<pre>{table}</pre>'.format(style=style, table=table)
|
||||
else:
|
||||
if result and result.get('complete') == 0:
|
||||
msg = 'Export is still being processed.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue