pyloid 0.26.7__tar.gz → 0.26.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pyloid
3
- Version: 0.26.7
3
+ Version: 0.26.8
4
4
  Summary:
5
5
  Author: aesthetics-of-record
6
6
  Author-email: 111675679+aesthetics-of-record@users.noreply.github.com
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pyloid"
3
- version = "0.26.7"
3
+ version = "0.26.8"
4
4
  description = ""
5
5
  authors = ["aesthetics-of-record <111675679+aesthetics-of-record@users.noreply.github.com>"]
6
6
  readme = "README.md"
@@ -748,8 +748,8 @@ class _BrowserWindow:
748
748
  """
749
749
  ipcs_init_code = "\n".join(
750
750
  [
751
- f"window.ipc['{ipc.__class__.__name__}'] = channel.objects['{ipc.__class__.__name__}'];\n"
752
- f"console.log('{ipc.__class__.__name__} object initialized:', window.ipc['{ipc.__class__.__name__}']);"
751
+ f"window['ipc']['{ipc.__class__.__name__}'] = channel.objects['{ipc.__class__.__name__}'];\n"
752
+ f"console.log('{ipc.__class__.__name__} object initialized:', window['ipc']['{ipc.__class__.__name__}']);"
753
753
  for ipc in self.IPCs
754
754
  ]
755
755
  )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes