def get(fname=TAG+".txt", fdir=const.CFG_DIR):
	return xt_func.xte_get(TAG, HELPER, fname, fdir)
def get(fname=TAG+".txt", fdir=const.CFG_DIR):
	e = xt_func.xte_get(TAG, HELPER, fname, fdir)
	if e[0]:
		# dynamic entries are not in configuratio
		e[1]["date"] = datetime.datetime.strftime(datetime.datetime.now(), "%Y %m %d %H %M %S").split()
	return e