Commit c0661f2
committed
Fix app crash by removing urllib from excluded modules
pathlib depends on urllib internally, so excluding it causes
the app to fail on startup with ModuleNotFoundError.1 parent 315553a commit c0661f2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments