Skip to content

Commit 017638d

Browse files
Fixed a typo bug in main WSGI script.
1 parent 5423006 commit 017638d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webhooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import hmac
1919
from hashlib import sha1
2020
from json import loads, dumps
21-
from ip_address import ip_address, ip_network
21+
from ipaddress import ip_address, ip_network
2222
from shlex import split as shsplit
2323
from os import access, X_OK
2424
from os.path import isfile, abspath, normpath, dirname, join

0 commit comments

Comments
 (0)