Skip to content

Commit

Permalink
Updated rclone remote & hash types
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 29, 2024
1 parent 4f232b9 commit b3d5226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rclone_python/hash_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


class HashTypes(Enum):
"""These are all the hash algorithms support by rclone (generated with v1.65.1).
"""These are all the hash algorithms support by rclone (generated with v1.65.2).
A more detailed overview can be found here: https://rclone.org/commands/rclone_hashsum/
"""

Expand Down
2 changes: 1 addition & 1 deletion rclone_python/remote_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


class RemoteTypes(Enum):
"""These are all the cloud systems support by rclone (generated with v1.65.1).
"""These are all the cloud systems support by rclone (generated with v1.65.2).
A more detailed overview can be found here: https://rclone.org/overview/
"""

Expand Down

0 comments on commit b3d5226

Please sign in to comment.