update DB

This commit is contained in:
Dr.Lt.Data
2023-11-05 10:28:11 +09:00
parent 92ce2d706b
commit 97c8d204d2
5 changed files with 59 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ from tqdm.auto import tqdm
version = "V0.39"
def handle_stream(stream, prefix):
stream.reconfigure(encoding=locale.getpreferredencoding(), errors='replace')
for line in stream: