fix: do not print stacktrace if pining mc server

This commit is contained in:
Silthus 2020-11-25 19:43:27 +01:00
parent 3a19623351
commit f27cd047e1
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ class MinecraftContainer(Container):
)
except Exception as ex:
logger.error('[rcon-cli] unable to contact minecraft server %s', self.service_name)
logger.exception(ex)
return 1
def backup(self) -> bool: