You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix exception handling code for case where port already in use.
Change e[0] to e.args[0] (old style to new style reference??) Also
wrap call to config.get_server in try/except block and print any
exception to disable traceback.
0 commit comments