diff --git a/rowers/underarmourstuff.py b/rowers/underarmourstuff.py index 7d68d2c3..68623782 100644 --- a/rowers/underarmourstuff.py +++ b/rowers/underarmourstuff.py @@ -152,8 +152,8 @@ def createunderarmourworkoutdata(w): haslatlon=1 try: - lat = row.df[' latitude'].tolist() - lon = row.df[' longitude'].tolist() + lat = row.df[' latitude'] + lon = row.df[' longitude'] if not lat.std() and not lon.std(): haslatlon = 0 except KeyError: