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
Using the disconnect function after saving data every time is likely to make a mistake.
Therefore, we plan to modify to use python's context manager as follows. #18
withDataSaver(...) asdatasaver:
datasave(...)
The text was updated successfully, but these errors were encountered:
Using the
disconnect
function after saving data every time is likely to make a mistake.Therefore, we plan to modify to use python's context manager as follows. #18
The text was updated successfully, but these errors were encountered: