chazlarson / Media-Scripts

MIT License
114 stars 24 forks source link

Image_picker.py on windows and the path #28

Closed bullmoose20 closed 8 months ago

bullmoose20 commented 8 months ago

asset_path = os.path.join(app.root_path, ASSETS_DIR)
active_path = os.path.join(app.root_path, ACTIVE_ASSETS_DIR)


Fixes the path issue on Windows when using image_picker.py