Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[isup] fix bad indexes preventing bot from recognizing http protocols
`'http://'` is 7 characters long, so `site[:6]` can't ever match it. ditto for `'https://'` and `site[:7]`
- Loading branch information