(self)
| 264 | raise Exception(f"Error during logging off: {e}") |
| 265 | |
| 266 | def banner(self): |
| 267 | if PLATFORM.startswith(LINUX) and LINUX_USE_CLI_UI: |
| 268 | Echo(pyfiglet.figlet_format(APP_NAME)) |
| 269 | Echo("*" * 53) |
| 270 | Echo("Real-Time Clipboard Syncing".center(53)) |
| 271 | Echo(GITHUB_URL.center(53)) |
| 272 | Echo("*" * 53) |
| 273 | |
| 274 | def run(self): |
| 275 | try: |