Skip to content

Commit

Permalink
2.5.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrem committed May 6, 2024
1 parent 5d9eac0 commit 9666ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/onedrive/folders/list_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)
# items = client.me.drive.root.get_files(False).execute_query()
site = client.sites.get_by_url(test_team_site_url)
items = site.lists["Documents"].drive.root.get_files(False, 1000).execute_query()
items = site.lists["Documents"].drive.root.get_files(True, 1000).execute_query()
print("{0} files found".format(len(items)))
for file_item in items:
print(file_item.web_url)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="Office365-REST-Python-Client",
version="2.5.8",
version="2.5.9",
author="Vadim Gremyachev",
author_email="[email protected]",
maintainer="Konrad Gądek, Domenico Di Nicola",
Expand Down

0 comments on commit 9666ffa

Please sign in to comment.