fixing safari
This commit is contained in:
@@ -344,6 +344,8 @@ class IntervalsIntegration(SyncIntegration):
|
||||
for w in ws:
|
||||
try:
|
||||
w.name = data['name']
|
||||
if length(w.name) >= 350:
|
||||
w.name = w.name[:350]
|
||||
except KeyError:
|
||||
pass
|
||||
try:
|
||||
@@ -370,7 +372,7 @@ class IntervalsIntegration(SyncIntegration):
|
||||
w.is_commute = False
|
||||
except KeyError:
|
||||
w.is_commute = False
|
||||
|
||||
|
||||
w.save()
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user