Skip to content

Commit

Permalink
fix #132
Browse files Browse the repository at this point in the history
  • Loading branch information
lemisky committed Aug 10, 2023
1 parent a2abe16 commit c929e4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/aligo/core/BaseAligo.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ def default_drive_id(self):
"""默认 drive_id"""
return self._auth.token.default_drive_id

@default_drive_id.setter
def default_drive_id(self, drive_id):
"""设置默认 drive_id"""
self._auth.token.default_drive_id = drive_id

@property
def default_sbox_drive_id(self):
"""默认保险箱 drive_id"""
Expand Down

0 comments on commit c929e4a

Please sign in to comment.