Add Dependabot
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
"""Get 6to4 address from IPv4 address."""
|
||||
|
||||
import argparse
|
||||
import sentry_sdk
|
||||
|
||||
|
||||
def parse_args(): # pragma: no cover
|
||||
@@ -21,7 +20,7 @@ def parse_args(): # pragma: no cover
|
||||
|
||||
|
||||
def ipv4_to_ipv6(ipv4):
|
||||
"""COnvert IPv4 address to IPv6."""
|
||||
"""Convert IPv4 address to IPv6."""
|
||||
ipv4_hex = ""
|
||||
ipv6_hextets = ["", ""]
|
||||
|
||||
@@ -54,8 +53,6 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user