Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2023-06-13 08:07:05 +02:00
parent bf5cee9676
commit a39c439496
4 changed files with 14 additions and 5 deletions

View File

@@ -165,6 +165,8 @@ class C2Integration(SyncIntegration):
row = rowingdata(csvfile=filename)
except IOError: # pragma: no cover
return 0
except:
return 0
try:
averagehr = int(row.df[' HRCur (bpm)'].mean())