Skip to content

Commit 86be664

Browse files
authored
Merge pull request #2429 from FredericMa/patch-1
Fix refresh_update_time call with plugin name
2 parents 68f6a7f + 7706618 commit 86be664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appdaemon/plugin_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ async def update_plugin_state(self):
536536
ns = cfg.namespace
537537
self.AD.state.update_namespace_state(ns, state)
538538
finally:
539-
await self.refresh_update_time(plugin)
539+
await self.refresh_update_time(plugin.name)
540540

541541
def required_meta_check(self):
542542
OK = True

0 commit comments

Comments
 (0)