Skip to content
Snippets Groups Projects
Verified Commit 0917d61c authored by David Hoese's avatar David Hoese
Browse files

Fix tower ascii file names in files API

parent 3b8f3cfa
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ ARCHIVE_INFO = {
'products': {
'ascii': {
'frequency': ProductFrequency.DAILY_FILE,
'pattern': 'rig_tower.%Y-%m-%d.ascii',
'pattern': 'aoss_tower.%Y-%m-%d.ascii',
'display_name': 'Daily CSV (rig_tower.YYYY-MM-DD.ascii)',
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment