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
TapiocaClient should have a close() method, and probably an __enter__ and __exit__ method as well to avoid leaving the session opened (which produces a warning)
TapiocaClient should have a
close()method, and probably an__enter__and__exit__method as well to avoid leaving the session opened (which produces a warning)