mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 12:11:35 +00:00
Fix TG retry welcome bug
This commit is contained in:
parent
b89df0217d
commit
fae1f1317e
@ -54,7 +54,9 @@ class Command(BaseCommand):
|
||||
self.telegram.welcome(profile.user)
|
||||
profile.telegram_enabled = True
|
||||
profile.save()
|
||||
break
|
||||
except:
|
||||
time.sleep(5)
|
||||
attempts = attempts - 1
|
||||
|
||||
offset = response['result'][-1]['update_id']
|
||||
|
@ -115,7 +115,6 @@
|
||||
.slider .quote {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.slider li.anim1 {
|
||||
|
Loading…
Reference in New Issue
Block a user