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)
89e ^
72f278ae ^
a3865d86 ^
248e789e ^

bfadbd4b ^




a3865d86 ^
f898ee7a ^
6e1eeeeb ^
248e789e ^

72f278ae ^
9e5e87ca ^
248e789e ^
9e5e87ca ^
248e789e ^

9e5e87ca ^


248e789e ^
9e5e87ca ^
a3865d86 ^
5170e27c ^
75f2c123 ^

248e789e ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103