Commit 340eeda
committed
fix(cache): relocate proxy-checker caches to /tmp/data and add missing import
- Update device IP cache path to `tmp/data/device-ip.json` and add `import os` in `proxy_checker/utils/get_device_ip.py`.
- Change public IP cache directory from `/tmp/caches/public-ip` to `/tmp/data/public-ip` in `proxy_checker/utils/get_public_ip.py`.
- Organizes cache files under a shared `/tmp/data` directory and prepares filesystem access for further operations.1 parent 8509bd8 commit 340eeda
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
0 commit comments