From d34447d5625ea1ad87c56cbb976a0d9a172194b9 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 4 Jun 2020 10:09:00 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/httpserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index d061ac7..bedf172 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -26,7 +26,7 @@ func StartHttpTicker() { for range ticker.C { nowtime := int(time.Now().Unix()) hour := time.Now().Hour() - if hour >= 6 && hour <= 10 { + if hour >= 6 && hour <= 22 { if nowtime-gLastChatTime >= 20*60 { gLastChatTime = nowtime HandleRandWorldChat() -- libgit2 0.21.0