refactoring

This commit is contained in:
frankknoll
2022-03-24 10:43:18 +01:00
parent 6c67bd601a
commit 3f4c1bdc7b
2 changed files with 27 additions and 18 deletions

View File

@@ -118,7 +118,7 @@
"print(' lastUpdated:', dateProvider.getLastUpdated())\n",
"print('lastUpdatedDataSource:', dateProvider.getLastUpdatedDataSource()) \n",
"needsUpdate = dateProvider.needsUpdate()\n",
"print('needsUpdate: ', needsUpdate)"
"print('needsUpdate:', needsUpdate)"
]
},
{