7gigabyte
7gigabyte
I have created executable in windows 10 using pyinstaller using the command below: pyinstaller.exe --clean --windowed --noconsole --hidden-import "clr" main.py --add-data "C:\Users\User\AppData\Local\Programs\Python\Python36\Lib\site-packages\webview\lib\WebBrowserInterop.x64.dll;./" --add-data "C:\Users\User\AppData\Local\Programs\Python\Python36\Lib\site-packages\webview\lib\WebBrowserInterop.x86.dll;./" --add-data "res;./res/" In the code i...
Hello - can we make an option where we can optionally assign whitelist IPs which skip all of the rule. In current state module doesn't work specially if you are...