Skip to content

Commit

Permalink
Update charm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Oct 15, 2024
1 parent 60acf69 commit aeadbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self, *args: typing.Any):
}
],
)
self._logg_forwarder = LogForwarder(self)
self._log_forwarder = LogForwarder(self)
self.framework.observe(self.on.upgrade_charm, self._reconcile)
self.framework.observe(self.on.config_changed, self._reconcile)
self.framework.observe(self.on.penpot_peer_relation_created, self._reconcile)
Expand Down

0 comments on commit aeadbc4

Please sign in to comment.