Skip to content

Commit

Permalink
History
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Jan 11, 2023
1 parent 67891a9 commit e72796e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appdaemon/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ async def info_timer(self, handle, name):
self.sanitize_timer_kwargs(self.AD.app_management.objects[name]["object"], callback["kwargs"]),
)
else:
self.logger.warning("Invalid timer handle given as: %s", handle)
# self.logger.warning("Invalid timer handle given as: %s", handle)
return None

async def get_scheduler_entries(self):
Expand Down
2 changes: 1 addition & 1 deletion docs/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Change Log
- Added the ability to set HA certificate verify from docker arguments - contributed by `Antonino Piazza <https://github.com/a-p-z>`__
- Added MQTT VARS to docker arguments - contributed by `Xavi Moreno <https://github.com/xaviml>`__
- Added the ability to reset a running timer via api

- Removed a warning from info_timer() for stale handles

**Fixes**

Expand Down

0 comments on commit e72796e

Please sign in to comment.