Skip to content

Commit

Permalink
Disable syno_token at authentication (ProtoThis#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentame authored Apr 26, 2020
1 parent c07b1b3 commit 90a3d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synology_dsm/synology_dsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def login(self, otp_code=None):
params = {
"account": self.username,
"passwd": self._password,
"enable_syno_token": "yes",
# "enable_syno_token": "yes",
"enable_device_token": "yes",
"device_name": socket.gethostname(),
"format": "sid",
Expand Down

0 comments on commit 90a3d2f

Please sign in to comment.