mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-14 01:44:59 +00:00
fix: do not print stacktrace if pining mc server
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user