Merge branch 'hotfix/v2.06'
This commit is contained in:
@@ -69,8 +69,15 @@ class Command(BaseCommand):
|
|||||||
]
|
]
|
||||||
res += wid
|
res += wid
|
||||||
link = 'http://rowsandall.com/rowers/workout/'+str(wid[0])+'/edit'
|
link = 'http://rowsandall.com/rowers/workout/'+str(wid[0])+'/edit'
|
||||||
dd = send_confirm(rr.user,title,link)
|
try:
|
||||||
time.sleep(10)
|
dd = send_confirm(rr.user,title,link)
|
||||||
|
time.sleep(10)
|
||||||
|
except:
|
||||||
|
try:
|
||||||
|
time.sleep(10)
|
||||||
|
dd = send_confirm(rr.user,title,link)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
else:
|
else:
|
||||||
# move attachment and make workout
|
# move attachment and make workout
|
||||||
|
|||||||
Reference in New Issue
Block a user