From 04f2db8b1ff7faf282d50fb8a34675b99511e722 Mon Sep 17 00:00:00 2001 From: Hellowlol Date: Fri, 29 Jan 2016 22:34:16 +0100 Subject: [PATCH] Updated Example script python (markdown) --- Example-script-python.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Example-script-python.md b/Example-script-python.md index 064a100..1ec1447 100644 --- a/Example-script-python.md +++ b/Example-script-python.md @@ -14,3 +14,6 @@ url = URL + chat_id=%s&disable_web_page_preview=1&text=%s % (KEY, TEXT) if sys.argv[1] != 'Direct Play' and sys.arv[1] != 'Copy': requests.get(url, timeout=timeout) ``` + + +Throttle download speed on sabnzbd or nzbget https://gist.github.com/Hellowlol/a5d0cab4bde185b38404 \ No newline at end of file