Update base.py

This commit is contained in:
Namhyeon Go 2024-05-21 00:04:39 +09:00 committed by GitHub
parent 94ec3c9237
commit ed75144e82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,12 @@
# Namyheon Go (Catswords Research) <gnh1201@gmail.com>
# https://github.com/gnh1201/caterpillar
# Created at: 2024-05-20
# Updated at: 2024-05-20
# Updated at: 2024-05-21
#
import hashlib
import json
import re
client_encoding = 'utf-8'