replacing timestamp with call to timestamp
This commit is contained in:
@@ -240,7 +240,7 @@ def workout_csvemail_view(request,id=0):
|
||||
filename = code+'.csv'
|
||||
|
||||
rowdate = rowdata.rowdatetime
|
||||
starttimeunix = arrow.get(rowdate).timestamp
|
||||
starttimeunix = arrow.get(rowdate).timestamp()
|
||||
df = rowdata.df
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user