diff --git a/hglass.mov b/hglass.mov new file mode 100644 index 0000000..e29018c Binary files /dev/null and b/hglass.mov differ diff --git a/web/data.jsp b/web/data.jsp index 24d6220..726bce7 100644 --- a/web/data.jsp +++ b/web/data.jsp @@ -49,8 +49,8 @@ public static int ler() throws IOException, Exception { if (things == null) { if (last == 0) { - last = (int) (Math.random() * 40 + 50); - } + last = (int) (Math.random() * 40 + 60); + } if(last>300)last=0; return last += (int) (Math.random() * 10 - 5); }