Private
Public Access
1
0

Merge tag 'footer' into develop

repairdata fix
This commit is contained in:
Sander Roosendaal
2016-12-13 22:35:36 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ def repair_data(verbose=False):
try:
rowdata = rdata(w.csvfilename)
update_strokedata(w.id,rowdata.df)
except IOError:
except IOError, AttributeError:
pass
def rdata(file,rower=rrower()):

View File

@@ -98,7 +98,6 @@
<a class="wh" href="?page={{ workouts.next_page_number }}">&gt;</a>
{% endif %}
</span>
</div>
{% endblock %}