Skip to content

Commit

Permalink
Merge pull request #82 from khauersp/win32-cleanup
Browse files Browse the repository at this point in the history
pythoncom cleanup
  • Loading branch information
snideto authored Jul 1, 2024
2 parents 04b4294 + 5171903 commit e914f14
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions j1939/electronic_control_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,6 @@ def _async_job_thread(self):
to awake at the new events.
"""
system = sys.platform
if system.startswith("win32") or system.startswith("cygwin"):
import pythoncom
pythoncom.CoInitialize()

while not self._job_thread_end.is_set():

Expand Down

0 comments on commit e914f14

Please sign in to comment.