diff --git a/binding/python/ReadMe.md b/binding/python/ReadMe.md index 281c7d5..d057b82 100644 --- a/binding/python/ReadMe.md +++ b/binding/python/ReadMe.md @@ -126,7 +126,7 @@ import ip2region.searcher as xdb # 1、从 db_path 加载整个 xdb 到内存。 try: - c_buffer = xdb.load_content_from_file(db_path) + c_buffer = util.load_content_from_file(db_path) except Exception as e: print(f"failed to load content from {db_path}: {str(e)}") return