Execution timestamp is now generated before thread creation, not inside the thread. Some cleanups and fixes.

This commit is contained in:
Johannes Findeisen 2022-09-10 03:01:29 +02:00
commit 62c1568b4d
4 changed files with 28 additions and 24 deletions

View file

@ -18,8 +18,10 @@
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# TODO: Select a template engine for easy output creation. Mako preferred but need to
# take a look at Jinja.
"""
TODO: Select a template engine for easy output creation. Mako preferred but need to
take a look at Jinja.
"""
import cherrypy
import json