1👍
✅
-
Delete all .pyc files:
find /path/to/project -name '*pyc' -delete
-
Search for files that still refer to wequest:
grep -r wequest /path/to/project
-
Fix these files B)
👤jpic
Source:stackexchange.com