We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c05b96 commit 1bd560eCopy full SHA for 1bd560e
demo.py
@@ -1290,7 +1290,7 @@ def upload_activity_file(api: Garmin) -> None:
1290
1291
try:
1292
# List all .gpx files in test_data
1293
- gpx_files = glob.glob("test_data/*.gpx")
+ gpx_files = glob.glob(config.activityfile)
1294
if not gpx_files:
1295
print("❌ No .gpx files found in test_data directory.")
1296
print("ℹ️ Please add GPX files to test_data before uploading.")
0 commit comments