chenshibin %!s(int64=4) %!d(string=hai) anos
pai
achega
c87b87c041
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Service/ModelService.py

+ 1 - 0
Service/ModelService.py

@@ -179,6 +179,7 @@ class ModelService:
         file = open(file_path, 'a+')
         file.write(ip + "; username:" + userID + "; time:" + time.strftime(
                 "%Y-%m-%d %H:%M:%S", time.localtime()) + "; " + operation)
+        file.write('\n')
         file.flush()
         file.close()