stavinsky opened this issue 7 years ago · 2 comments
Hello. Sorry for maybe stupid question. Can I do something to prevent timeout error, except using try outside CM? If no, maybe it is good idea to use some flag, for example silent=True to make such behavior possible?
try
silent=True
Use https://docs.python.org/3/library/contextlib.html#contextlib.suppress
Thanks. I didn't know about such thing.