Skip to content

Commit

Permalink
Remove call to missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
laffra committed Feb 9, 2024
1 parent df6c13e commit db947e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ltk/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ def log(self, type, sender_name, receiver_name, topic, data):
self.calls.append(call)
self.append(call.element)
self.filter_messages()
self.set_width()
ltk.schedule(lambda: self.changed(force=True), f"{self}.changed", 1.5)

def clear(self):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyscript-ltk"
version = "0.1.19"
version = "0.1.20"
description = "A little toolkit for writing UIs in PyScript"
readme = "README.md"
authors = [{ name = "Chris Laffra", email = "chris@chrislaffra.com" }]
Expand Down

0 comments on commit db947e7

Please sign in to comment.