some more unicode removed
This commit is contained in:
@@ -2410,7 +2410,7 @@ def multiflex_data(request,userid=0,
|
||||
pass
|
||||
|
||||
labeldict = {
|
||||
int(w.id): w.__unicode__() for w in workouts
|
||||
int(w.id): w.__str__() for w in workouts
|
||||
}
|
||||
|
||||
fieldlist,fielddict = dataprep.getstatsfields()
|
||||
@@ -3025,7 +3025,7 @@ def boxplot_view_data(request,userid=0,
|
||||
pass
|
||||
|
||||
labeldict = {
|
||||
int(w.id): w.__unicode__() for w in workouts
|
||||
int(w.id): w.__str__() for w in workouts
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user