Minor style update

This commit is contained in:
Miroslav Stampar 2014-12-23 09:07:33 +01:00
parent 3c23d616e7
commit 483158c371

View File

@ -323,7 +323,7 @@ def task_new():
taskid = hexencode(os.urandom(8))
DataStore.tasks[taskid] = Task(taskid)
logger.debug(" [%s] Created new task" % taskid)
logger.debug("Created new task: '%s'" % taskid)
return jsonize({"success": True, "taskid": taskid})