Private
Public Access
1
0

type which might have prolonged the c2 double data bug

This commit is contained in:
Sander Roosendaal
2021-03-17 13:56:30 +01:00
parent 99207eff28
commit dda94818f9
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
</li>
<li id="manage-favs">
<a href="/rowers/me/favoritecharts/">
<i class="fas fa-chart-area fa-fw"></i>&nbsp;Charts Settings
<i class="fas fa-chart-area fa-fw"></i>&nbsp;Data and Charts Settings
</a>
</li>
<li id="manage-workflow">

View File

@@ -558,7 +558,7 @@ def do_sync(w,options, quick=False):
if options['c2id'] != 0 and options['c2id'] != '':
w.uploadedtoc2 = options['c2id']
upload_to_c2 = False
do_c3_export = False
do_c2_export = False
w.save()
except KeyError:
pass