mirror of
https://github.com/ManyakRus/telegram_loki.git
synced 2025-01-07 13:39:52 +02:00
сделал TELEGRAM_MESSAGES_COUNT
This commit is contained in:
parent
d7f253b597
commit
28c30114b2
@ -1 +1 @@
|
||||
2023-10-19 06:42:49.797
|
||||
2023-10-19 07:52:38.831
|
@ -1 +1 @@
|
||||
00134
|
||||
00135
|
@ -3,6 +3,7 @@ package logic
|
||||
import (
|
||||
"github.com/ManyakRus/starter/contextmain"
|
||||
"github.com/ManyakRus/starter/log"
|
||||
"github.com/ManyakRus/starter/micro"
|
||||
"github.com/ManyakRus/starter/telegram_client"
|
||||
"github.com/ManyakRus/telegram_loki/internal/config"
|
||||
"github.com/ManyakRus/telegram_loki/internal/constants"
|
||||
@ -57,6 +58,7 @@ func Start_period(Date1, Date2 time.Time) {
|
||||
log.Warn("Context app is canceled. Start()")
|
||||
default:
|
||||
Start_period1(ServiceName, DeveloperName, Date1, Date2)
|
||||
micro.Pause(100) //error: 429 Too Many Requests
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user