Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit ee2fed2

Browse files
committed
Fix for #8
1 parent 7f7ff30 commit ee2fed2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/onedrivesdk/session.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def save_session(self, **save_session_kwargs):
8181
# pickle.HIGHEST_PROTOCOL is binary format. Good perf.
8282
pickle.dump(self, session_file, pickle.HIGHEST_PROTOCOL)
8383

84+
@staticmethod
8485
def load_session(**load_session_kwargs):
8586
"""Save the current session.
8687
IMPORTANT: This implementation should only be used for debugging.

0 commit comments

Comments
 (0)