We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69748a3 commit 4efa88dCopy full SHA for 4efa88d
async_tls_client/cffi.py
@@ -17,7 +17,6 @@
17
18
root_dir = os.path.abspath(os.path.dirname(__file__))
19
binary_filepath = os.path.join(root_dir, 'dependencies', f'tls-client{file_ext}')
20
-print(binary_filepath)
21
library = ctypes.cdll.LoadLibrary(binary_filepath)
22
23
# extract the exposed request function from the shared package
@@ -31,4 +30,4 @@
31
30
32
destroySession = library.destroySession
33
destroySession.argtypes = [ctypes.c_char_p]
34
-destroySession.restype = ctypes.c_char_p
+destroySession.restype = ctypes.c_char_p
0 commit comments