pack()'s 'wait' argument is a boolean, not an object, so test it using
"if wait" rather than "if wait is not None". Also change the default to 0.
Showing
Please register or sign in to comment
"if wait" rather than "if wait is not None". Also change the default to 0.