bot deny, add hearder

This commit is contained in:
2025-05-11 00:51:05 +09:00
parent 084f46edd9
commit 1ad58eaa81
15 changed files with 472 additions and 13 deletions

8
bin/pip3 Executable file
View File

@ -0,0 +1,8 @@
#!/home/ubuntu/gitea-icurfer/wp-post-automation/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from pip._internal.cli.main import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
sys.exit(main())