fix(pterodactyl): added another info logging statement
This commit is contained in:
parent
b6819192b0
commit
a0b1773185
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class Pterodactyl(commands.Cog):
|
|||
self.task.cancel()
|
||||
if self.retry_counter < 5:
|
||||
self.retry_counter += 1
|
||||
logger.info("Retrying in %s seconds...", 5 * self.retry_counter)
|
||||
time.sleep(5 * self.retry_counter)
|
||||
self.task = self.get_task()
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue