instapush option `trackers` bug
Open
- Dominant language
- Python
- Stars
- 5k
- Forks
- 216
- PR merge metrics
- No merged PRs in 30d
Description
Error:
`ntfy -b insta -o appid -o xxx secret yyy -o event_name test -o trackers msg send "hello"`
`ERROR: Wrong number of messages! There are 3 trackers so you have to provide 3 messages. Remember to separate each message with ':' (example: send "msg1:msg2")`
Success:
`ntfy -b insta -o appid -o xxx secret yyy -o event_name test -o trackers m send "hello"`
The error should be that using the length of list(msg) compare to the length of string(trackers)...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.