Remove dependency on requests module #2
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Reported by
MysteriousJ
on discord. Running the script for the first time gave him:And to fix it you need to use pip:
python -m pip install requests
I prefer to not rely on it.