Closed WHOLETTHEDOG-OUT closed 3 years ago
I just test the md6.py use the method in the head of the script but the script couldn't work.
Error info: TypeError: unsupported operand type(s) for &: 'str' and 'int'
It looks like you are using Python 2. All scripts in this repo are for Python 3. To generate the Pykspa domains, run
python3 dga.py
from within pykspa/improved.
pykspa/improved
ok thanks a lot! I killed the problem.
I just test the md6.py use the method in the head of the script but the script couldn't work.
Error info: TypeError: unsupported operand type(s) for &: 'str' and 'int'