diff --git a/application/views/resetController.py b/application/views/resetController.py index b420bae..e70acfa 100644 --- a/application/views/resetController.py +++ b/application/views/resetController.py @@ -11,7 +11,7 @@ from django.db import connection, transaction from application.models import create - +# trigger flow ##################RESET CONTROLLER##################### @@ -180,4 +180,4 @@ def loadFile(filename): lines = file.readlines() for line in lines: line.strip() - return lines \ No newline at end of file + return lines