소스 검색

add \n in every log output

alpha
Ellis Huntingmoon 4 년 전
부모
커밋
45a73272a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      main.py

+ 1
- 1
main.py 파일 보기

@@ -56,7 +56,7 @@ def sshQuit(cs, sd):
56 56
 
57 57
     f = open(filepath, 'a')
58 58
     r_time = time.ctime(time.time())
59
-    f.write('record succesfully stopped at ' + str(r_time))
59
+    f.write('record succesfully stopped at ' + str(r_time)+ '\n')
60 60
     f.close()
61 61
 
62 62
 

Loading…
취소
저장