updating data for batch codes

This commit is contained in:
frankknoll
2022-12-02 20:15:03 +01:00
parent cdf66c3527
commit 651df380eb
3 changed files with 2 additions and 8 deletions

View File

@@ -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>

View File

@@ -1,6 +0,0 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}

View File

@@ -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)"
] ]
}, },