Skip to content

Commit a49edf7

Browse files
committed
fix: strava_sync avoid 'NoneType' has no len()
1 parent 3f4481f commit a49edf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_page/strava_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def run_strava_sync(
1010
client_id,
1111
client_secret,
1212
refresh_token,
13-
sync_types: list = None,
13+
sync_types: list = [],
1414
only_run=False,
1515
):
1616
generator = Generator(SQL_FILE)

0 commit comments

Comments
 (0)