You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2026. It is now read-only.
syslog-to-csv/bundlefun/__main__.py
Lines 1 to 10 in a0556c3
You are missing an import to make this go:
The final line in your code
exit(main())is going to fail since you haven't written amainfunction to be called.