mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-03 22:53:42 +01:00
Use code-only periods on migrator
This commit is contained in:
parent
da47e0f3a8
commit
24f9c397f1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def migrate_atlas_format(entry: dict):
|
|||
else:
|
||||
time_range = INIT_CANVAS_RANGE
|
||||
|
||||
time_key = '%d-%d, T:0' % time_range
|
||||
time_key = '%d-%d, T' % time_range
|
||||
|
||||
new_entry = {
|
||||
**new_entry,
|
||||
|
|
Loading…
Reference in a new issue