Fix store live to redis defis

Remove workaround for live df column names
Fix scheduler import
This commit is contained in:
phil 2024-05-05 16:50:00 +02:00
parent dedb01b712
commit 53f2594cdd
3 changed files with 11 additions and 11 deletions

View file

@ -217,7 +217,7 @@ class Store:
'store': store_name,
'z_index': z_index,
'count': len(gdf),
'mapbox_type': mapbox_type,
'type': mapbox_type,
'gis_type': gis_type,
'symbol': symbol,
'name': live_name,