Skip to content

Commit a0db828

Browse files
author
Nils
committed
formatting
1 parent 6decdaa commit a0db828

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

syncmymoodle/__main__.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,9 @@ def scanForLinks(
10891089
)
10901090

10911091
# recursive function to get all files in the sciebo folder
1092-
def get_sciebo_files(href: str, parent_node: Node, sharingToken: str, auth_header: dict):
1092+
def get_sciebo_files(
1093+
href: str, parent_node: Node, sharingToken: str, auth_header: dict
1094+
):
10931095

10941096
# request the URL with the PROPFIND method and the header
10951097
response = self.session.request(
@@ -1140,7 +1142,9 @@ def get_sciebo_files(href: str, parent_node: Node, sharingToken: str, auth_heade
11401142
additional_info=auth_header,
11411143
)
11421144

1143-
get_sciebo_files(webdav_location, parent_node, sharingToken, auth_header)
1145+
get_sciebo_files(
1146+
webdav_location, parent_node, sharingToken, auth_header
1147+
)
11441148

11451149

11461150
def main():

0 commit comments

Comments
 (0)