Execution timestamp is now generated before thread creation, not inside the thread. Some cleanups and fixes.
This commit is contained in:
parent
5f975f90d6
commit
62c1568b4d
4 changed files with 28 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue