pyloid 0.26.7__py3-none-any.whl → 0.26.8__py3-none-any.whl

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.
pyloid/browser_window.py CHANGED
@@ -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
  )
@@ -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
@@ -3,7 +3,7 @@ pyloid/autostart.py,sha256=4q3YiYt2SKJiJV16FalISYVjg9X7b0l7eAmSWOhfXo0,3679
3
3
  pyloid/base_ipc/base.py,sha256=eo0mkAOCl2h9NDD1sQNYauS15iyEGNpXY5oO5n4nNPo,8052
4
4
  pyloid/base_ipc/event_api.py,sha256=JY8YfyTns4jMwZ43ob9KuGedMBSVML8FuQJHk_bDhFE,959
5
5
  pyloid/base_ipc/window_api.py,sha256=-isphU3m2wGB5U0yZrSuK_4XiBz2mG45HsjYTUq7Fxs,7348
6
- pyloid/browser_window.py,sha256=M2dKhVz0BLh_4rQI0tGLAmbgfDJ63yKjgDhwn4DNCbo,91674
6
+ pyloid/browser_window.py,sha256=jD3jqR9pgFTBjZ4b6Kra56hqnPt3FunmzzL8HKz7ZKg,91680
7
7
  pyloid/custom/titlebar.py,sha256=wkh3h6ZBOYJczTrOosgiTKiSL-ZU92RWQv4FjpnH9u8,3728
8
8
  pyloid/filewatcher.py,sha256=Rdu76qpwXpFNQuapZZBajRN_0svcPZa2s-06IBH4dkk,4062
9
9
  pyloid/ipc.py,sha256=W58SIYN8rfx4ZwdryMCfb-UMy8VkmpFBF-a0wIGhYsA,2256
@@ -17,7 +17,7 @@ pyloid/timer.py,sha256=YNxQn2HVMKBk417YDiz8WwhTmSAkbnGUyFGV2biUEPg,7821
17
17
  pyloid/tray.py,sha256=yHWsOMPpEjZa3W-T-O8Wrwo1GphCV-9adodLdxU0_mA,1673
18
18
  pyloid/url_interceptor.py,sha256=lA-i5Raw-GDRDMKHRO361N6igLfN9_mIANCXwZ_FZT8,771
19
19
  pyloid/utils.py,sha256=x7PGkgreV3l4K-Tke9W06t_VEtq0mH0AYWK695IR-mo,6416
20
- pyloid-0.26.7.dist-info/LICENSE,sha256=F96EzotgWhhpnQTW2TcdoqrMDir1jyEo6H915tGQ-QE,11524
21
- pyloid-0.26.7.dist-info/METADATA,sha256=ysnMnStNUcCZrzCWrGOKkYOndUZouo6C5tpIEt_qHRE,2298
22
- pyloid-0.26.7.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
23
- pyloid-0.26.7.dist-info/RECORD,,
20
+ pyloid-0.26.8.dist-info/LICENSE,sha256=F96EzotgWhhpnQTW2TcdoqrMDir1jyEo6H915tGQ-QE,11524
21
+ pyloid-0.26.8.dist-info/METADATA,sha256=nafeKRxX664OxBVtBCNoxTzHuxhVXA_26T_CGDmzzjU,2298
22
+ pyloid-0.26.8.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
23
+ pyloid-0.26.8.dist-info/RECORD,,