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
The restart_pts method can be called without args provided.
Fix exception:
...
if args.dongle_init_retry == 0:
AttributeError: 'NoneType' object has no attribute 'dongle_init_retry'
0 commit comments