AvaLovelace commited on
Commit
118490a
·
1 Parent(s): 60cc681

Fix the ldraw path

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ def setup():
22
 
23
  # Set LDraw library path
24
  with zipfile.ZipFile('ldraw.zip') as zip_ref:
25
- zip_ref.extractall('ldraw')
26
- os.environ['LDRAW_LIBRARY_PATH'] = os.path.abspath('ldraw')
27
 
28
 
29
  def main():
 
22
 
23
  # Set LDraw library path
24
  with zipfile.ZipFile('ldraw.zip') as zip_ref:
25
+ zip_ref.extractall('ImportLDraw')
26
+ os.environ['LDRAW_LIBRARY_PATH'] = os.path.abspath('ImportLDraw/ldraw')
27
 
28
 
29
  def main():