updating data

This commit is contained in:
frankknoll
2022-03-26 10:37:50 +01:00
parent a3e71cf930
commit a1487ece23
388 changed files with 401 additions and 391 deletions

View File

@@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"id": "9de5907f-18f5-4cb1-903e-26028ff1fa03",
"metadata": {},
"outputs": [],
@@ -16,7 +16,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"id": "1dbf9321",
"metadata": {},
"outputs": [],
@@ -66,10 +66,20 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"id": "ffad1c04",
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
" lastUpdated: 2022-03-18 00:00:00\n",
"lastUpdatedDataSource: 2022-03-25 00:00:00\n",
"needsUpdate: True\n"
]
}
],
"source": [
"dateProvider = DateProvider()\n",
"print(' lastUpdated:', dateProvider.getLastUpdated())\n",