English problems

This commit is contained in:
xiaolai
2024-08-26 08:38:02 +08:00
parent b81520e5da
commit b81b874525
28 changed files with 44 additions and 195 deletions

View File

@@ -60,8 +60,6 @@ def load_json_database(source):
url = "https://raw.githubusercontent.com/zelic91/camdict/main/cam_dict.refined.json"
json_database = load_json_database(url)
# %%
def search_in_json_database(database, search_word, region):
for record in database: