Skip to content

Commit 3cf21fe

Browse files
wip
1 parent f90ef04 commit 3cf21fe

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

api/send_message_via_telegram_bot/send_message_via_telegram_bot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
import os
3636
import sys
3737

38+
# pylint: disable=E0401
3839
import requests
3940

4041
API_TOKEN = None
@@ -171,6 +172,7 @@ def send_message(request_url, args):
171172

172173
if __name__ == "__main__":
173174
ar = parse_arguments()
175+
# pylint:disable=duplicate-code
174176
logging.basicConfig(
175177
stream=sys.stdout,
176178
level=logging.INFO,

network/openvpn_portscan/openvpn_portscan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def check_port(port, args):
166166

167167

168168
if __name__ == "__main__":
169+
# pylint:disable=duplicate-code
169170
logging.basicConfig(
170171
stream=sys.stdout,
171172
level=logging.INFO,

0 commit comments

Comments
 (0)