Germano Cavalcante commited on
Commit
c4a3947
β€’
1 Parent(s): b15c0b0

BPY Doc: Remane bpy_doc_v41.pkl to tool_bpy_doc_v4_1.pkl

Browse files
routers/tool_bpy_doc.py CHANGED
@@ -6,7 +6,7 @@ from fastapi import APIRouter
6
 
7
  router = APIRouter()
8
 
9
- with open("routers/bpy_doc_v41.pkl", 'rb') as file:
10
  bpy_doc_map = pickle.load(file)
11
 
12
 
 
6
 
7
  router = APIRouter()
8
 
9
+ with open("routers/tool_bpy_doc_v4_1.pkl", 'rb') as file:
10
  bpy_doc_map = pickle.load(file)
11
 
12
 
routers/{bpy_doc_v41.pkl β†’ tool_bpy_doc_v4_1.pkl} RENAMED
File without changes