Initial updates (rowerpowerform) and ftp everywhere rrower is called
This commit is contained in:
@@ -359,7 +359,7 @@ def interactive_windchart(id=0,promember=0):
|
||||
|
||||
rr = rrower(hrmax=r.max,hrut2=r.ut2,
|
||||
hrut1=r.ut1,hrat=r.at,
|
||||
hrtr=r.tr,hran=r.an)
|
||||
hrtr=r.tr,hran=r.an,ftp=r.ftp)
|
||||
|
||||
rowdata = rdata(f1,rower=rr)
|
||||
if rowdata == 0:
|
||||
@@ -447,7 +447,7 @@ def interactive_streamchart(id=0,promember=0):
|
||||
|
||||
rr = rrower(hrmax=r.max,hrut2=r.ut2,
|
||||
hrut1=r.ut1,hrat=r.at,
|
||||
hrtr=r.tr,hran=r.an)
|
||||
hrtr=r.tr,hran=r.an,ftp=r.ftp)
|
||||
|
||||
rowdata = rdata(f1,rower=rr)
|
||||
if rowdata == 0:
|
||||
|
||||
Reference in New Issue
Block a user