Closed bullmoose20 closed 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
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