diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-05-18 14:16:42 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-05-18 14:16:42 +0200 |
| commit | 30aff969375213db8c66af5f108496f465057787 (patch) | |
| tree | 458dda23a0588e90f6f2c0255d2897e21c8a84b6 /cli | |
| parent | 097f38001543c3e59a803b8b8fd01ef4e3572035 (diff) | |
german translation of developer notes
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/app/site/export.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/app/site/export.py b/cli/app/site/export.py index 2f5f2b1..f947441 100644 --- a/cli/app/site/export.py +++ b/cli/app/site/export.py @@ -123,8 +123,8 @@ def sanitize_graph(graph): elif tile['target_page_id'] > 0: tile['href'] = page_path_lookup[tile['target_page_id']] if 'url' in tile['settings'] and tile['settings']['url'].startswith('/static'): - # tile['settings']['url'] = '/' + graph['path'] + tile['settings']['url'] - tile['settings']['url'] = 'https://marsupial.s3.amazonaws.com/' + graph['path'] + tile['settings']['url'] + tile['settings']['url'] = '/' + graph['path'] + tile['settings']['url'] + # tile['settings']['url'] = 'https://marsupial.s3.amazonaws.com/' + graph['path'] + tile['settings']['url'] if len(tile['settings'].get('appear_after', "")): tile['settings']['appear_after'] = timestampToSeconds(tile['settings']['appear_after']) or 0 sanitize_tile(tile) |
