Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

variable changed from dms to dsm_version in doc #70

Merged
merged 1 commit into from
Oct 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ fl = filestation.FileStation('Synology Ip', 'Synology Port', 'Username', 'Passwo

the ```secure=True``` variable is needed to be set to true if https is required; default value is ```False``` <br />
the ```cert_verify=True``` is optional, if you want to verify your certificate set it to ```True```; default value is ```False```<br />
the ```dms_version=7``` is optional, make sure to set '7' if you use DSM version 7 or above, if left blank default value
the ```dsm_version=7``` is optional, make sure to set '7' if you use DSM version 7 or above, if left blank default value
will be for DSM 6 or below

## Available Functions
Expand Down