Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
bf7512c
1
Parent(s):
03728ef
Update google_db.py
Browse files- google_db.py +1 -1
google_db.py
CHANGED
@@ -22,7 +22,7 @@ def save_db():
|
|
22 |
if api_variabl == request.args.get('api'):
|
23 |
dey_db = globs.dey
|
24 |
wek_db = globs.wek
|
25 |
-
|
26 |
minutes = globs.v_min
|
27 |
time_db = f"{hours}:{minutes}"
|
28 |
ph_db = globs.ph
|
|
|
22 |
if api_variabl == request.args.get('api'):
|
23 |
dey_db = globs.dey
|
24 |
wek_db = globs.wek
|
25 |
+
hours = globs.v_hid
|
26 |
minutes = globs.v_min
|
27 |
time_db = f"{hours}:{minutes}"
|
28 |
ph_db = globs.ph
|