Zxce3 / userbot

Bad indentation detected PYL-W0311
Style
Minor
a year ago2 years old
Bad indentation. Found 12 spaces, expected 8
23    try:
24        app.start()
25    except sqlite3.OperationalError as e:
26            logging.warning(27                f"Session file is locked.{e}"
28            )
29            die()
Bad indentation. Found 12 spaces, expected 8
26            logging.warning(
27                f"Session file is locked.{e}"
28            )
29            die()30    except (errors.NotAcceptable, errors.Unauthorized) as e:
31        logging.error(
32            f"{e.__class__.__name__}: {e}\n"