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