pyloid 0.26.0__tar.gz → 0.26.1__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.0
3
+ Version: 0.26.1
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.0"
3
+ version = "0.26.1"
4
4
  description = ""
5
5
  authors = ["aesthetics-of-record <111675679+aesthetics-of-record@users.noreply.github.com>"]
6
6
  readme = "README.md"
@@ -1632,6 +1632,10 @@ class Pyloid(QObject):
1632
1632
  super().__init__()
1633
1633
 
1634
1634
  self.data = None # 나중에 데이터 필요 시 수정
1635
+
1636
+ # server 에 Pyloid 주입
1637
+ if server:
1638
+ server.pyloid = self
1635
1639
 
1636
1640
  self.app = _Pyloid(self, app_name, single_instance, server, self.data)
1637
1641
 
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