mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 09:12:58 -07:00
Use relative image path for export
This commit is contained in:
parent
9fc4dbc6d6
commit
0203a1d4dc
1 changed files with 1 additions and 1 deletions
|
@ -1670,7 +1670,7 @@ class Export(object):
|
|||
for chunk in r:
|
||||
outfile.write(chunk)
|
||||
|
||||
return filepath
|
||||
return os.path.join(os.path.basename(folder), filename)
|
||||
|
||||
|
||||
def get_export(export_id):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue