You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+1-25Lines changed: 1 addition & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -45,28 +45,4 @@ testpaths = [
45
45
]
46
46
pythonpath = [
47
47
".",
48
-
]
49
-
```
50
-
51
-
#### Step 2: Fix Asset Paths in `pica/main.py`
52
-
Since `main.py` is no longer in the root folder, it might not find the images (logos). Open `pica/main.py` and look for where `ASSET_PATH` or image paths are defined.
53
-
54
-
Replace hardcoded paths like `"assets/"` with this dynamic path code:
55
-
56
-
```python
57
-
import os
58
-
# Get the directory where this file resides (pica/)
0 commit comments