diff --git a/rowers/dataprep.py b/rowers/dataprep.py index ede5ec73..4cab2758 100644 --- a/rowers/dataprep.py +++ b/rowers/dataprep.py @@ -1017,8 +1017,8 @@ def new_workout_from_df(r,df, df.rename(columns = columndict,inplace=True) - starttimeunix = mktime(startdatetime.utctimetuple()) - #starttimeunix = arrow.get(startdatetime).timestamp + #starttimeunix = mktime(startdatetime.utctimetuple()) + starttimeunix = arrow.get(startdatetime).timestamp df[' ElapsedTime (sec)'] = df['TimeStamp (sec)'] df['TimeStamp (sec)'] = df['TimeStamp (sec)']+starttimeunix diff --git a/rowers/templates/developers.html b/rowers/templates/developers.html index 117a4547..32c6ee98 100644 --- a/rowers/templates/developers.html +++ b/rowers/templates/developers.html @@ -115,8 +115,10 @@
As a registered user, you can register an app.
- + +We have disabled the self service app link for security reasons. + We will replace it with a secure self service app link soon. If you + need to register an app, please send email to info@rowsandall.com