diff --git a/tutorenvs/utils.py b/tutorenvs/utils.py index c03b47522053a8fd3e7b0334948934b457d74640..c74232cdbe7fca8eaad56b29b04ce555fa3dc3bd 100644 --- a/tutorenvs/utils.py +++ b/tutorenvs/utils.py @@ -68,7 +68,7 @@ class DataShopLogger(): if not os.path.exists("log/"): os.mkdir("log/") self.filename = "log/" + domain + "_" + time.strftime( - "%Y-%m-%d-%H-%M-%s") + ".txt" + "%Y-%m-%d-%H-%M-%S") + ".txt" headers = [ 'Anon Student Id', 'Session Id', 'Transaction Id', 'Time',