From 8d790ed74bd6bfde73ed2d94010715e2a87c1612 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sat, 27 Aug 2022 20:22:52 +0100 Subject: [PATCH] Update main.py --- app/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/main.py b/app/main.py index fe63d22..52bc1cd 100644 --- a/app/main.py +++ b/app/main.py @@ -53,9 +53,9 @@ def ipv4_to_ipv6(ipv4): def main(): # pragma: no cover """Main function.""" - + sentry_sdk.init("https://14fab091f12c45d299569dcefd1bd716@app.glitchtip.com/1704") - + ipv4 = parse_args().address output = ipv4_to_ipv6(ipv4) print(output)