Rename holiday to set_holiday.

This commit is contained in:
Andrius Štikonas 2020-12-27 20:21:22 +00:00
parent fed09bdaff
commit 3d839aeaf9
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class NeoHub:
result = await self._send(message, reply) result = await self._send(message, reply)
return result return result
async def holiday(self, start: datetime.datetime, end: datetime.datetime): async def set_holiday(self, start: datetime.datetime, end: datetime.datetime):
""" """
Sets holiday mode. Sets holiday mode.