Projects STRLCPY CamOver Commits 939d1804
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    camover/cli.py
    skipped 135 lines
    136 136   self.print_empty(end='')
    137 137   
    138 138  def main():
    139  - cli = CamOverCLI()
    140  - cli.start()
     139 + try:
     140 + cli = CamOverCLI()
     141 + cli.start()
     142 + except Exception:
     143 + pass
    141 144   
Please wait...
Page is in error, reload to recover