mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Change things?
This commit is contained in:
parent
41e57bb42c
commit
1aae397e87
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ class TelegramBot(GenericBot):
|
|||
async def run(self):
|
||||
while True:
|
||||
# Get the latest 100 updates
|
||||
log.debug("Calling getUpdates...")
|
||||
try:
|
||||
last_updates: typing.List[telegram.Update] = await asyncify(self.client.get_updates,
|
||||
offset=self._offset,
|
||||
|
|
Loading…
Reference in a new issue