From 2c7fd18651bae87eb2dbe978db1745a8baed4610 Mon Sep 17 00:00:00 2001 From: elburg Date: Tue, 14 Mar 2023 10:16:14 -0700 Subject: [PATCH] thigs --- owo/__main__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/owo/__main__.py b/owo/__main__.py index e910db3..169e443 100644 --- a/owo/__main__.py +++ b/owo/__main__.py @@ -12,9 +12,6 @@ if __name__ == "__main__": del owo if output.__contains__('_err'): print("an error occured!", file=sys.stderr) - import traceback - print(output['exception']) - traceback.print_exc(output['exception'],file=sys.stderr) if output.__contains__('_kb'): print("interupted by keyboard") sys.exit()