-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
with open('fairy_archive/2022.06.txt', 'r', encoding='euc-kr') as f: | ||
while True: | ||
log = f.readline() | ||
if not log: break | ||
print(log, end='') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
2022-06-23T19:14:20 <������(��������)> <KERT> 439817891240607746 1 | ||
2022-06-25T23:11:17 <21_������> <KERT> 392909940705984532 0 | ||
2022-06-25T23:30:36 <������(��������)> <�ƴ� ��Ʈ> 439817891240607746 0 | ||
2022-06-25T23:34:20 <������(��������)> <�ƴ� ��Ʈ> 439817891240607746 0 | ||
2022-06-26T12:39:32 <������(��������)> <�ƴ� ��Ʈ> 439817891240607746 0 | ||
2022-06-26T12:39:46 <�ж����> <�ƴ� ��Ʈ> 942042864823717898 0 | ||
2022-06-26T14:14:49 <����Ȳ> <�ƴ� ��Ʈ> 511515493610553344 0 | ||
2022-06-26T14:15:16 <������(��������)> <�ƴ� ��Ʈ> 439817891240607746 0 | ||
2022-06-26T14:15:19 <22_������> <�ƴ� ��Ʈ> 697471340898287657 0 | ||
2022-06-26T14:37:28 <�ж����> <�ƴ� ��Ʈ> 942042864823717898 0 | ||
2022-06-26T14:38:15 <�ж����> <�ƴ� ��Ʈ> 942042864823717898 0 | ||
2022-06-26T14:38:44 <����Ȳ> <�ƴ� ��Ʈ> 511515493610553344 0 | ||
2022-06-26T18:54:08 <������> <KERT> 411066423025336320 0 | ||
2022-06-26T21:47:41 <������(��������)> <KERT> 439817891240607746 0 | ||
2022-06-23T19:14:20 <이지성(코코조용)> <KERT> 439817891240607746 1 | ||
2022-06-25T23:11:17 <21_이주형> <KERT> 392909940705984532 0 | ||
2022-06-25T23:30:36 <이지성(코코조용)> <아는 컬트> 439817891240607746 0 | ||
2022-06-25T23:34:20 <이지성(코코조용)> <아는 컬트> 439817891240607746 0 | ||
2022-06-26T12:39:32 <이지성(코코조용)> <아는 컬트> 439817891240607746 0 | ||
2022-06-26T12:39:46 <밀라봉봉> <아는 컬트> 942042864823717898 0 | ||
2022-06-26T14:14:49 <영지황> <아는 컬트> 511515493610553344 0 | ||
2022-06-26T14:15:16 <이지성(코코조용)> <아는 컬트> 439817891240607746 0 | ||
2022-06-26T14:15:19 <22_조은정> <아는 컬트> 697471340898287657 0 | ||
2022-06-26T14:37:28 <밀라봉봉> <아는 컬트> 942042864823717898 0 | ||
2022-06-26T14:38:15 <밀라봉봉> <아는 컬트> 942042864823717898 0 | ||
2022-06-26T14:38:44 <영지황> <아는 컬트> 511515493610553344 0 | ||
2022-06-26T18:54:08 <신찬규> <KERT> 411066423025336320 0 | ||
2022-06-26T21:47:41 <이지성(코코조용)> <KERT> 439817891240607746 0 | ||
2022-06-26T23:46:41 <이지성(코코조용)> <아는 컬트> 439817891240607746 0 |