Private GIT

Skip to content
Snippets Groups Projects
Commit 4da13cea authored by sarakha63's avatar sarakha63
Browse files

Merge pull request #309 from GaetanCambier/master

update download_station.py
parents c6effbcc 1fb39d9a
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ class DownloadStationAPI(GenericClient):
def _get_auth(self):
auth_url = self.host + 'webapi/auth.cgi?api=SYNO.API.Auth&version=2&method=login&account=' + self.username + '&passwd=' + self.password + '&session=DownloadStation&format=sid'
auth_url = self.host + 'webapi/auth.cgi?api=SYNO.API.Auth&version=2&session=DownloadStation&method=login&account=' + self.username + '&passwd=' + self.password + '&session=DownloadStation&format=sid'
try:
self.response = self.session.get(auth_url)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment