summary refs log tree commit diff stats
path: root/bpod
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-03-25 02:28:21 +0530
committerAndinus <andinus@nand.sh>2020-03-25 02:28:21 +0530
commita56fb80defa09426fac74d9c0715a52ab55b099b (patch)
tree5a5daad7f2e91e682f2dfa00716f890c9d965344 /bpod
parent4dcdf6a3cd8193e51e0cfb12cbeaaa8abdaa6f00 (diff)
downloadcetus-a56fb80defa09426fac74d9c0715a52ab55b099b.tar.gz
Add demo videos to readme
Diffstat (limited to 'bpod')
-rw-r--r--bpod/json.go1
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)