Skip to content

Commit c8db41e

Browse files
author
Nils
committed
formatting
1 parent a0db828 commit c8db41e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

syncmymoodle/__main__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,9 @@ def get_sciebo_files(
11311131
displayname, None, "Sciebo Folder"
11321132
)
11331133
# recursive call to get all files in the folder
1134-
get_sciebo_files(new_href, folder_node)
1134+
get_sciebo_files(
1135+
new_href, folder_node, sharingToken, auth_header
1136+
)
11351137
else:
11361138
# create a new node for the file
11371139
parent_node.add_child(

0 commit comments

Comments
 (0)