clean: get rid of traceback

This commit is contained in:
2025-11-17 17:28:23 +01:00
parent 53674a5219
commit 1b2c451eaa

View File

@@ -169,8 +169,6 @@ class Auditui:
except Exception as e:
print(f"Error fetching library: {e}")
import traceback
traceback.print_exc()
def main():