Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
d1ee52b
1
Parent(s):
06e3580
Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,25 @@ my_sqlite.create_database_and_table()
|
|
27 |
|
28 |
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
app = flask.Flask(__name__, template_folder="./")
|
31 |
app.config['DEBUG'] = True
|
32 |
|
|
|
27 |
|
28 |
|
29 |
|
30 |
+
|
31 |
+
|
32 |
+
globs.eep_set = 0
|
33 |
+
globs.ph_set = "5.55"
|
34 |
+
globs.ph_on_set = "2.5"
|
35 |
+
globs.ec_set = "1.00"
|
36 |
+
globs.ec_A_set = "2.5"
|
37 |
+
globs.ec_B_set = "2.5"
|
38 |
+
globs.ec_C_set = "2.5"
|
39 |
+
globs.l_ON_h_set = "10"
|
40 |
+
globs.l_ON_m_set = "30"
|
41 |
+
globs.l_OFF_h_set = "22"
|
42 |
+
globs.l_OFF_m_set = "30"
|
43 |
+
globs.ec_t_Voz_set = "27"
|
44 |
+
|
45 |
+
|
46 |
+
|
47 |
+
|
48 |
+
|
49 |
app = flask.Flask(__name__, template_folder="./")
|
50 |
app.config['DEBUG'] = True
|
51 |
|