actualize UpdatesPollint

This commit is contained in:
InsanusMokrassar 2019-05-29 10:00:16 +08:00
parent 6b701c754e
commit cb351c53d1
1 changed files with 1 additions and 1 deletions

View File

@ -21,8 +21,8 @@ fun RequestsExecutor.startGettingOfUpdates(
): UpdatesPoller {
return KtorUpdatesPoller(
this,
allowedUpdates ?: ALL_UPDATES_LIST,
timeoutMillis.toInt() / 1000,
allowedUpdates = allowedUpdates ?: ALL_UPDATES_LIST,
updatesReceiver = block
).also {
it.start(scope)