Skip to content

Commit 7a5905d

Browse files
F**ck... fixing stupid bug.
1 parent 95639cc commit 7a5905d

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
@@ -24,7 +24,7 @@
2424
from json import loads, dumps
2525
from subprocess import Popen, PIPE
2626
from os import access, X_OK
27-
from os.path import isfile, abspath, normpath, dirname, join
27+
from os.path import isfile, abspath, normpath, dirname, join, basename
2828

2929
import requests
3030
from ipaddress import ip_address, ip_network

0 commit comments

Comments
 (0)