From 8ad169c5af9034e1ef54210313baf774a73825f4 2019-10-29 16:13:14 From: Alexis Jeandet Date: 2019-10-29 16:13:14 Subject: [PATCH] Bump Core, ready to integrate new DataSources model class Signed-off-by: Alexis Jeandet --- diff --git a/app/PySide2-bindings/plugins/TestPlugin.py b/app/PySide2-bindings/plugins/TestPlugin.py index f959b0b..96c1071 100644 --- a/app/PySide2-bindings/plugins/TestPlugin.py +++ b/app/PySide2-bindings/plugins/TestPlugin.py @@ -81,7 +81,6 @@ class MyProvider(PyDataProvider): cache_product = f"tests/{p_type}" var = _cache.get_data(cache_product, DateTimeRange(datetime.fromtimestamp(start, tz=timezone.utc), datetime.fromtimestamp(stop, tz=timezone.utc)), partial(_get_data, p_type), fragment_hours=24) else: - print("No Cache") var = _get_data(p_type, start, stop) return ((var.time,var.data), ts_type) except Exception as e: diff --git a/core b/core index 9868166..b081849 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 9868166a1d6d779910b93a996b2b69d399168914 +Subproject commit b081849458c211dcc59f72b11542959db2301162