pyloid 0.17.1__tar.gz → 0.17.2__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyloid
3
- Version: 0.17.1
3
+ Version: 0.17.2
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.17.1"
3
+ version = "0.17.2"
4
4
  description = ""
5
5
  authors = ["aesthetics-of-record <111675679+aesthetics-of-record@users.noreply.github.com>"]
6
6
  readme = "README.md"
@@ -434,9 +434,6 @@ class Pyloid(QApplication):
434
434
  app.quit()
435
435
  ```
436
436
  """
437
- # 먼저 스레드 풀 정리
438
- thread_pool = self.get_thread_pool()
439
- thread_pool.clear() # 대기 중인 작업 제거
440
437
 
441
438
  # 윈도우 정리
442
439
  for window in self.windows:
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