Skip to content

Commit

Permalink
Update ipp_server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
giga-a authored Oct 4, 2023
1 parent 6180297 commit feef375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion honeypots/ipp_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
// contributors list qeeqbox/honeypots/graphs/contributors
// -------------------------------------------------------------
'''
from typing import Dict

from warnings import filterwarnings
filterwarnings(action='ignore', module='.*OpenSSL.*')

from typing import Dict
from requests.packages.urllib3 import disable_warnings
from twisted.internet import reactor
from twisted.web.server import Site
Expand Down

0 comments on commit feef375

Please sign in to comment.