bug fix for sleep hours
This commit is contained in:
@@ -140,8 +140,8 @@ async def api_gerty_json(
|
|||||||
# get the sleep time
|
# get the sleep time
|
||||||
sleep_time = gerty.refresh_time
|
sleep_time = gerty.refresh_time
|
||||||
if gerty_should_sleep():
|
if gerty_should_sleep():
|
||||||
sleep_time_hours = 7
|
sleep_time_hours = 8
|
||||||
sleep_time = 60 * sleep_time_hours
|
sleep_time = 60 * 60 * sleep_time_hours
|
||||||
|
|
||||||
return {
|
return {
|
||||||
"settings": {
|
"settings": {
|
||||||
|
|||||||
Reference in New Issue
Block a user