Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Jul 3, 2024
1 parent 896b428 commit 166b35c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
import os
import sys

# pylint: disable=E0401
import requests

API_TOKEN = None
Expand Down Expand Up @@ -171,6 +172,7 @@ def send_message(request_url, args):

if __name__ == "__main__":
ar = parse_arguments()
# pylint: disable=duplicate-code
logging.basicConfig(
stream=sys.stdout,
level=logging.INFO,
Expand Down
1 change: 1 addition & 0 deletions network/openvpn_portscan/openvpn_portscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def check_port(port, args):


if __name__ == "__main__":
# pylint: disable=duplicate-code
logging.basicConfig(
stream=sys.stdout,
level=logging.INFO,
Expand Down

0 comments on commit 166b35c

Please sign in to comment.