updating data for batch codes
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<h2 class="heading"></h2>
|
<h2 class="heading"></h2>
|
||||||
<p>
|
<p>
|
||||||
<b>Check out your batch code</b> (Last updated: <span id="last_updated">November 25, 2022</span>)
|
<b>Check out your batch code</b> (Last updated: <span id="last_updated">December 02, 2022</span>)
|
||||||
</p>
|
</p>
|
||||||
<table class="display" id="batchCodeTable">
|
<table class="display" id="batchCodeTable">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"cells": [],
|
|
||||||
"metadata": {},
|
|
||||||
"nbformat": 4,
|
|
||||||
"nbformat_minor": 5
|
|
||||||
}
|
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
"dateProvider = DateProvider()\n",
|
"dateProvider = DateProvider()\n",
|
||||||
"print(' lastUpdated:', dateProvider.getLastUpdated())\n",
|
"print(' lastUpdated:', dateProvider.getLastUpdated())\n",
|
||||||
"print('lastUpdatedDataSource:', dateProvider.getLastUpdatedDataSource())\n",
|
"print('lastUpdatedDataSource:', dateProvider.getLastUpdatedDataSource())\n",
|
||||||
"needsUpdate = dateProvider.needsUpdate()\n",
|
"needsUpdate = False # dateProvider.needsUpdate()\n",
|
||||||
"print('needsUpdate:', needsUpdate)"
|
"print('needsUpdate:', needsUpdate)"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user