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