Skip to content

Commit 0ab7975

Browse files
committed
fix request type
1 parent 4560f5f commit 0ab7975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimConnect/SimConnect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def my_dispatch_proc(self, pData, cbData, pContext):
101101

102102
def __init__(self, auto_connect=True, library_path=_library_path):
103103

104-
self.Requests = []
104+
self.Requests = {}
105105
self.Facilities = []
106106
self.dll = SimConnectDll(library_path)
107107
self.hSimConnect = HANDLE()

0 commit comments

Comments
 (0)