Skip to content

Commit f62bdb1

Browse files
committed
Oops, forgot to set a global
1 parent af32267 commit f62bdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/synthDrivers/_ibmeci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class ECICallbackReturn:
109109

110110
class EciThread(threading.Thread):
111111
def run(self):
112-
global vparams, params, speaking, endMarkersCount
112+
global vparams, params, speaking, endMarkersCount, isIBM
113113
global eciThreadId, dll, handle
114114
eciThreadId = windll.kernel32.GetCurrentThreadId()
115115
msg = wintypes.MSG()

0 commit comments

Comments
 (0)