fixed wrong python version and apt-key adv error#314
fixed wrong python version and apt-key adv error#314nathmo wants to merge 1 commit intoLionSec:masterfrom
Conversation
nathmo
commented
Apr 17, 2022
- explicitely require python2
- changed the server for key verification so that it works
- fixed a typo
- test on ubuntu 20.04 via wsl
- explicitely require python2 - changed the server for key verification so that it works - fixed a typo - test on ubuntu 20.04 via wsl
|
@nathmo I noticed that has passed more than 1 year of this pull request and those important fixes wasn't been applied. It seems that this project is abandoned. So, I decided to create a fork version of this project for receiving all fixes and improvements... if the maintainer in near future decides to bring the changes, its ok, but until this would be better for community work under a new fork that I created of this project: |
|
I aldready have a fork of it. if you feel like maintening it and updating to python3 that would be great ^^ Have fun |
I applied your suggestion of typo correction (line 8, col 49) and the sudo prefix suggestion on (line 53, col 67) on my fork version and I also applied other suggestion that turns the code compatible with both Python 2 and 3 versions. I'm also looking for other pull request suggestions to bring them to my fork version. |