Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils committed Jun 12, 2024
1 parent a0db828 commit c8db41e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion syncmymoodle/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,9 @@ def get_sciebo_files(
displayname, None, "Sciebo Folder"
)
# recursive call to get all files in the folder
get_sciebo_files(new_href, folder_node)
get_sciebo_files(
new_href, folder_node, sharingToken, auth_header
)
else:
# create a new node for the file
parent_node.add_child(
Expand Down

0 comments on commit c8db41e

Please sign in to comment.