change time

This commit is contained in:
2026-03-13 17:05:08 +01:00
parent 3504128429
commit 6bda4aec00
+2 -2
View File
@@ -1,7 +1,7 @@
MORNING_START = 5 MORNING_START = 5
MORNING_END = 10 MORNING_END = 10
DAY_START = 10 DAY_START = 10
DAY_END = 17 DAY_END = 18
LATE_NIGHT_START = 0 LATE_NIGHT_START = 0
LATE_NIGHT_END = 5 LATE_NIGHT_END = 5
@@ -152,4 +152,4 @@ advisor = Module()
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE. # OTHER DEALINGS IN THE SOFTWARE.
# For more information, please refer to <https://unlicense.org> # For more information, please refer to <https://unlicense.org>