Skip to content

Commit f2fbcd3

Browse files
author
Alexey Gadzhiev
committed
Next try to remotely fix Windows bug
1 parent 0ce86db commit f2fbcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tarantool/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def __init__(self, host, port,
100100
if False than you have to call connect() manualy.
101101
'''
102102
if os.name == 'nt':
103-
libc = ctypes.windll.LoadLibrary(
103+
libc = ctypes.windll(
104104
ctypes.util.find_library('Ws2_32'), use_last_error=True
105105
)
106106
else:

0 commit comments

Comments
 (0)