diff options
author | Andinus <andinus@nand.sh> | 2020-03-25 02:28:21 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-03-25 02:28:21 +0530 |
commit | a56fb80defa09426fac74d9c0715a52ab55b099b (patch) | |
tree | 5a5daad7f2e91e682f2dfa00716f890c9d965344 /bpod | |
parent | 4dcdf6a3cd8193e51e0cfb12cbeaaa8abdaa6f00 (diff) | |
download | cetus-a56fb80defa09426fac74d9c0715a52ab55b099b.tar.gz |
Add demo videos to readme
Diffstat (limited to 'bpod')
-rw-r--r-- | bpod/json.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bpod/json.go b/bpod/json.go index 02f6fe1..a05c6fc 100644 --- a/bpod/json.go +++ b/bpod/json.go @@ -54,7 +54,6 @@ func GetJson(reqInfo map[string]string) (string, error) { // if random is true then fetch 7 photos if reqInfo["random"] == "true" { params["n"] = "7" - } body, err := request.GetRes(reqInfo["api"], params) |