Skip to content

Commit

Permalink
Fix Callable bug
Browse files Browse the repository at this point in the history
Related to m0rtem#99
  • Loading branch information
shoxxdj authored Oct 27, 2023
1 parent a322ec7 commit 0dd0efe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloudfail.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
from colorama import Fore, Style
from DNSDumpsterAPI import DNSDumpsterAPI
import dns.resolver
import collections
collections.Callable = collections.abc.Callable


colorama.init(Style.BRIGHT)

Expand Down

0 comments on commit 0dd0efe

Please sign in to comment.