Stoufa
Stoufa
get_data() returns 4 elements, I fixed this by adding 2 dummy variables dummy1 and dummy2 X, Y, dummy1, dummy2 = get_data()
Can we use `evillimter` programmatically? Here's how the code might looks like: ```python import evillimiter as el el.add('192.168.1.55') # ID:0 el.block(0) input('Press Enter to free all hosts and exit ...')...
Greetings, I'm fully aware that this question was asked before; What's special in mine is that the setup is different and it (the question) might turn into a feature request....
The previously mentioned version of Werkzeug yield the following error : ``` ModuleNotFoundError: No module named 'werkzeug.wrappers.json'; 'werkzeug.wrappers' is not a package ``` Changing it to 0.15.4 fixes the issue....
When I try to install the tool on [Google Colab](https://colab.research.google.com/), I get the following error: ```python File "/tmp/easy_install-5sfxjppw/wsgiref-0.1.2/ez_setup/__init__.py", line 170 print "Setuptools version",version,"or greater has been installed." ^ SyntaxError: Missing...