Bugfixes: Cloudflare bypassing, JS parser; tests, pylint, makefile

This commit is contained in:
DarkCat09 2022-08-22 09:55:08 +04:00
parent 1055628241
commit dc52f92985
19 changed files with 142 additions and 72 deletions

View file

@ -1,8 +1,13 @@
build:
sudo python -m build
python -m build
upload:
python -m twine upload dist/*
clean:
sudo rm -rf dist/ python_aternos.egg-info/
rm -rf dist/ python_aternos.egg-info/
rm -rf .mypy_cache/ python_aternos/__pycache__/
check:
chmod +x test.sh
bash test.sh